diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-23 19:04:55 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-23 19:04:55 +0000 |
| commit | f6a2f4a770429d606a4b07ac097c7c69e333aa6e (patch) | |
| tree | 41f38c6d72025d548cc4a9ca52d74870a58d5193 /openwrt/target/linux/package/Makefile | |
| parent | cd86893a90439aee170e48fcef63b773192eddf6 (diff) | |
| download | mtk-20170518-f6a2f4a770429d606a4b07ac097c7c69e333aa6e.zip mtk-20170518-f6a2f4a770429d606a4b07ac097c7c69e333aa6e.tar.gz mtk-20170518-f6a2f4a770429d606a4b07ac097c7c69e333aa6e.tar.bz2 | |
move wificonf to target/linux/package
SVN-Revision: 1537
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
| -rw-r--r-- | openwrt/target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index a08d904..84402cc 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -8,6 +8,7 @@ package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan package-y += openwrt ifeq ($(BOARD),brcm) +package-$(BR2_PACKAGE_WIFICONF) += wificonf package-y += nvram ifeq ($(LINUX_VERSION),2.4.30) |
