mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-26 01:34:40 +02:00
move wificonf to target/linux/package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1537 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
39c19d7943
commit
b901e3bb50
@ -98,7 +98,7 @@ source "package/wol/Config.in"
|
||||
source "package/wpa_supplicant/Config.in"
|
||||
source "package/wput/Config.in"
|
||||
source "package/xinetd/Config.in"
|
||||
source "package/wificonf/Config.in"
|
||||
source "target/linux/package/wificonf/Config.in"
|
||||
|
||||
comment "Libraries"
|
||||
source "package/glib/Config.in"
|
||||
|
@ -134,7 +134,6 @@ 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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user