X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fc0b7d945e3ed96fffd25aac811ac13ec378b0c1..d7a5a32c176da711e4b454c3b87228d9223eb6d4:/target/linux/ramips/image/Makefile 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