diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-04-01 22:21:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-04-01 22:21:00 +0000 |
commit | 0c1065c6d4742395a5d1e82ca62973e94720c49a (patch) | |
tree | 518a953f3bc02be8df743be699601edf1f55f5b6 /target | |
parent | 07147838577ca6509e269679fc3df06ce2730132 (diff) | |
download | upstream-0c1065c6d4742395a5d1e82ca62973e94720c49a.tar.gz upstream-0c1065c6d4742395a5d1e82ca62973e94720c49a.tar.bz2 upstream-0c1065c6d4742395a5d1e82ca62973e94720c49a.zip |
orion: fix KERNELNAME
uImage cannot be built in parallel properly until zImage is ready
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 055ccd11ae..41fd875cda 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -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 |