mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:09:41 +02:00
another KERNEL variable fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1889 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d4f80e321b
commit
3930356282
@ -8,12 +8,10 @@ package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
|
||||
package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi
|
||||
package-y += openwrt
|
||||
|
||||
ifeq ($(BOARD),brcm)
|
||||
ifeq ($(LINUX_VERSION),2.4.30)
|
||||
ifeq ($(BOARD)-$(KERNEL),brcm-2.4)
|
||||
package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
|
||||
wlcompat-compile: openwrt-compile
|
||||
endif
|
||||
endif
|
||||
|
||||
all: compile install
|
||||
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
|
||||
@ -21,6 +19,7 @@ compile: $(patsubst %,%-compile,$(package-y) $(package-m))
|
||||
install: $(patsubst %,%-install,$(package-y))
|
||||
|
||||
MAKEOPTS:= BOARD="$(BOARD)" \
|
||||
KERNEL="$(KERNEL)" \
|
||||
IPKG="$(IPKG)" \
|
||||
TARGET_DIR="$(TARGET_DIR)" \
|
||||
BUILD_DIR="$(BUILD_DIR)" \
|
||||
|
Loading…
Reference in New Issue
Block a user