mirror of https://github.com/hak5/openwrt-owl.git
ramips: add image for ALL0256N-8M
The new version of the ALL0256N now got 8MB SPI NOR flash instead of 4MB. In order to expose the whole amount of flash, add another image which contains the corresponding GENERIC_8M mtdparts. [juhosg: change suffix from '8m' to '8M'] Patch by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33614owl
parent
b4207dd744
commit
d832cd11f8
|
@ -389,6 +389,7 @@ endef
|
||||||
|
|
||||||
define Image/Build/Profile/ALL0256N
|
define Image/Build/Profile/ALL0256N
|
||||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,all0256n,ALL0256N,ttyS1,57600,spi)
|
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,all0256n,ALL0256N,ttyS1,57600,spi)
|
||||||
|
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,all0256n-8M,ALL0256N,ttyS1,57600,spi)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/ALL5002
|
define Image/Build/Profile/ALL5002
|
||||||
|
|
Loading…
Reference in New Issue