diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 02:04:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 02:04:14 +0000 |
commit | 41aad28b1eaa8806eb2d22f1010077933574803f (patch) | |
tree | 66774bca0e9305fb178e3f57316345cce06faafe /openwrt/package/Makefile | |
parent | 3c5ae6d8768869cd685404bceeec1b6956354d26 (diff) |
add wificonf (wlconf,/sbin/wifi replacement)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1196 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 4399f2f14..3d4be3ebf 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -106,6 +106,7 @@ package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd +package-$(BR2_PACKAGE_WIFICONF) += wificonf package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant |