diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 02:04:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 02:04:14 +0000 |
commit | 7ed4353a507e4cdeebe4bc6464c2f39f9ac14297 (patch) | |
tree | 08b88a368806757768e46a6ec5d2308d5a194e9e /package/Makefile | |
parent | 645b24720d36794ecc31f1e8357e7945489eaeb1 (diff) | |
download | upstream-7ed4353a507e4cdeebe4bc6464c2f39f9ac14297.tar.gz upstream-7ed4353a507e4cdeebe4bc6464c2f39f9ac14297.tar.bz2 upstream-7ed4353a507e4cdeebe4bc6464c2f39f9ac14297.zip |
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 4399f2f143..3d4be3ebf8 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 |