mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: image: add mtdpartsize macro
The new macro will be used to determine the firmware partition size from an MTD layout. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38117owl
parent
48a3a30fec
commit
ea0ff700e8
|
@ -31,6 +31,10 @@ define mkcmdline
|
||||||
$(if $(1),board=$(1) )$(if $(2),console=$(2)$(COMMA)$(3))
|
$(if $(1),board=$(1) )$(if $(2),console=$(2)$(COMMA)$(3))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define mtdpartsize
|
||||||
|
$(shell echo $$((`echo '$(2)' | sed -e 's/.*[:$(COMMA)]\([0-9]*\)k[@]*[0-9a-zx]*($(1)).*/\1/'` * 1024)))
|
||||||
|
endef
|
||||||
|
|
||||||
SINGLE_PROFILES:=
|
SINGLE_PROFILES:=
|
||||||
|
|
||||||
define SingleProfile
|
define SingleProfile
|
||||||
|
|
Loading…
Reference in New Issue