mirror of https://github.com/hak5/openwrt.git
mpc85xx: switch to 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35444lede-17.01
parent
56849d146c
commit
cf2faab4ae
|
@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
|
||||||
FEATURES:=spe_fpu ramdisk
|
FEATURES:=spe_fpu ramdisk
|
||||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||||
|
|
||||||
LINUX_VERSION:=3.3.8
|
LINUX_VERSION:=3.6.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/image.mk
|
include $(INCLUDE_DIR)/image.mk
|
||||||
|
|
||||||
DTS_TARGETS = mpc8548cds p1010rdb
|
DTS_TARGETS = mpc8548cds_32b p1010rdb
|
||||||
|
|
||||||
define Image/Prepare
|
define Image/Prepare
|
||||||
cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage
|
cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage
|
||||||
|
|
Loading…
Reference in New Issue