ar71xx: allow to override kernel size in the CameoHornet profile
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37833 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1b2ea64f5a
commit
94bcd1b9a3
|
@ -358,7 +358,7 @@ define Image/Build/CameoHornet
|
||||||
[ -n "$$$$r" ] && dashr="-$$$$r" || dashr=; \
|
[ -n "$$$$r" ] && dashr="-$$$$r" || dashr=; \
|
||||||
[ -z "$$$$r" ] && r="DEF"; \
|
[ -z "$$$$r" ] && r="DEF"; \
|
||||||
mkcameofw -M HORNET -R "$$$$r" -S $(7) -V $(8) -c \
|
mkcameofw -M HORNET -R "$$$$r" -S $(7) -V $(8) -c \
|
||||||
-K 0xe0000 -I $(10) \
|
-K $(10) -I $(11) \
|
||||||
-k "$(call sysupname,$(1),$(2))" \
|
-k "$(call sysupname,$(1),$(2))" \
|
||||||
-o $(call imgname,$(1),$(2))-factory$$$$dashr.bin; \
|
-o $(call imgname,$(1),$(2))-factory$$$$dashr.bin; \
|
||||||
done; \
|
done; \
|
||||||
|
@ -382,7 +382,7 @@ define Image/Build/Cameo7240/initramfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Cameo933x
|
define Image/Build/Cameo933x
|
||||||
$(call Image/Build/CameoHornet,$(1),$(2),$(3),$(cameo933x_mtdlayout),65536,2686976,$(4),$(5),$(6),3735552)
|
$(call Image/Build/CameoHornet,$(1),$(2),$(3),$(cameo933x_mtdlayout),65536,2686976,$(4),$(5),$(6),0xe0000,3735552)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Cameo933x/initramfs
|
define Image/Build/Cameo933x/initramfs
|
||||||
|
|
Loading…
Reference in New Issue