diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-01 22:48:42 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-01 22:48:42 +0000 |
commit | bee289fa27cdb6f223d935ad2f71c269c84e93ea (patch) | |
tree | 52d61b6718a505b9086c95cbd392a671ff87fa1e /target/linux/ramips/image | |
parent | fc0b7d945e3ed96fffd25aac811ac13ec378b0c1 (diff) |
ramips: fix Asus RT-N15 board support
Fix Asus RT-N15 flash partitions and make an image.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 7f0ef00e4..24f59663c 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -258,6 +258,17 @@ define Image/Build/Profile/Default endef endif + +define Image/Build/Profile/RTN15 + $(call Image/Build/Template/GENERIC_4M,$(1),rt-n15,RT-N15) +endef + +ifeq ($(CONFIG_RALINK_RT288X),y) +define Image/Build/Profile/Default + $(call Image/Build/Profile/RTN15,$(1)) +endef +endif + define Image/Build/squashfs $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) endef |