mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
rename target/linux/package/openwrt to base-files
SVN-Revision: 2261
This commit is contained in:
parent
0884467ae8
commit
0fd4a35ec9
@ -9,12 +9,12 @@ package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
|
||||
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
|
||||
package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
|
||||
package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi
|
||||
package-y += openwrt
|
||||
package-y += base-files
|
||||
|
||||
ifeq ($(BOARD)-$(KERNEL),brcm-2.4)
|
||||
package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
|
||||
package-$(BR2_PACKAGE_KMOD_DIAG) += diag
|
||||
wlcompat-compile: openwrt-compile
|
||||
wlcompat-compile: base-files-compile
|
||||
endif
|
||||
|
||||
all: compile install
|
||||
|
Loading…
Reference in New Issue
Block a user