aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-23 19:58:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-23 19:58:04 +0000
commitfaf0b199b95872064c4b7d08e0c443f7b66823cb (patch)
tree2c857bc08dc94e3a03bccd8918e13cb9d9f7d951 /target/linux/ramips
parent4cfe6bf6c45002aff8531f67c095edd6a3c78915 (diff)
downloadupstream-faf0b199b95872064c4b7d08e0c443f7b66823cb.tar.gz
upstream-faf0b199b95872064c4b7d08e0c443f7b66823cb.tar.bz2
upstream-faf0b199b95872064c4b7d08e0c443f7b66823cb.zip
ramips: image: use the GENERIC_4M template for the V11ST-FE board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30698 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/image/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 46f7069dbc..dc64f63893 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -398,13 +398,8 @@ define Image/Build/Profile/RTN15
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,rt-n15,RT-N15)
endef
-mtdlayout_v11stfe=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,1280k(kernel),2112k(rootfs),3392k@0x50000(firmware)
-define Image/Build/Template/V11STFE
- $(call BuildFirmware/Generic,$(1),v11st-fe,board=V11ST-FE,mtdlayout_v11stfe,1310720,2162688)
-endef
-
define Image/Build/Profile/V11STFE
- $(call Image/Build/Template/$(fs_squash)/$(1),V11STFE)
+ $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,v11st-fe,V11ST-FE)
endef
mtdlayout_wlitx4ag300n=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,832k(kernel),2880k(rootfs),64k(user)ro,3712k@0x50000(firmware)