mirror of https://github.com/hak5/openwrt-owl.git
orion: fix KERNELNAME
uImage cannot be built in parallel properly until zImage is ready Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40359owl
parent
5b6d0b1818
commit
3d0ec6bd08
|
@ -16,7 +16,7 @@ LINUX_VERSION:=3.3.8
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
KERNELNAME:="zImage uImage"
|
KERNELNAME:="zImage"
|
||||||
|
|
||||||
DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
|
DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue