orion: fix KERNELNAME
uImage cannot be built in parallel properly until zImage is ready Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40359
This commit is contained in:
parent
5b6d0b1818
commit
3d0ec6bd08
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LINUX_VERSION:=3.3.8
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue