diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-01-28 14:38:44 +0800 |
---|---|---|
committer | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-03-30 17:11:50 +0800 |
commit | 17496030e2645b30fc0793b3c2104b275daa3c08 (patch) | |
tree | 200a37da5d7b167d1952b566b83ccfce24385fc6 /utils/wifitoggle | |
parent | 149afa5dcbf9c236ef42b476c47dbe687487d6e6 (diff) |
treewide: add missing PKGARCH:=all to non-binary packages
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'utils/wifitoggle')
-rw-r--r-- | utils/wifitoggle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/wifitoggle/Makefile b/utils/wifitoggle/Makefile index c580e9781..d9aa68d57 100644 --- a/utils/wifitoggle/Makefile +++ b/utils/wifitoggle/Makefile @@ -22,6 +22,7 @@ define Package/wifitoggle SECTION:=utils CATEGORY:=Utilities TITLE:=Script to toggle Wi-Fi with a button and UCI config + PKGARCH:=all endef define Package/wifitoggle/description |