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 | d42a20bf3e3cb6f1c1da93283cc70b30371d6715 (patch) | |
tree | 08b88a368806757768e46a6ec5d2308d5a194e9e /package/Makefile | |
parent | 470cdcc4e636fb3d5c1937c212088169c5e7a068 (diff) |
add wificonf (wlconf,/sbin/wifi replacement)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1196 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 4399f2f14..3d4be3ebf 100644 --- a/package/Makefile +++ b/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 |