diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:42 +0000 |
commit | c813f4cc0a6e414b5389e4afb1fe4f7b70b1a3eb (patch) | |
tree | a48b35eee6c97bd4cdd4d06c9d372e73f00626d9 /target/linux/ramips/image/Makefile | |
parent | 7ffc163753c223adac197df992e3216fc927085a (diff) | |
download | upstream-c813f4cc0a6e414b5389e4afb1fe4f7b70b1a3eb.tar.gz upstream-c813f4cc0a6e414b5389e4afb1fe4f7b70b1a3eb.tar.bz2 upstream-c813f4cc0a6e414b5389e4afb1fe4f7b70b1a3eb.zip |
ramips: build initramfs image for the Fonera 2.0N
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image/Makefile')
-rw-r--r-- | target/linux/ramips/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index aac9ad2ea3..d310d26032 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -188,6 +188,10 @@ define BuildFirmware/FONERA20N $(call BuildFirmware/Edimax,$(1),fonera20n,RSDK,NL1T,0x50000,0xc0000) endef +define BuildFirmware/FONERA20N/initramfs + $(call BuildFirmware/GENERIC_8M/initramfs,$(1),fonera20n,FONERA20N,ttyS1,57600,phys) +endef + mtdlayout_nw718=192k(u-boot)ro,128k(config)ro,64k(factory)ro,896k(kernel),2816k(rootfs),3712k@0x60000(firmware) kernel_size_nw718=917504 rootfs_size_nw718=2883584 |