X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=69c84e66c08ea7235df458cb0208b2790dd9a06b;hb=ee8077f0feac7de4476b990bd462cc2b13fe63c0;hp=9136f3a5e263f3a3789c573dd82919c63e76c4cd;hpb=18452a753b7e859ebc90835975c88fa27153c0ad;p=librecmc%2Flibrecmc.git diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 9136f3a5e2..69c84e66c0 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -154,6 +154,10 @@ define Image/Build/Profile/FONERA20N $(call Image/Build/Template/GENERIC_8M,$(1),fonera20n,FONERA20N) endef +define Image/Build/Profile/BC2 + $(call Image/Build/Template/GENERIC_8M,$(1),bc2,BC2) +endef + define Image/Build/Profile/NBG419N $(call Image/Build/Template/GENERIC_4M,$(1),nbg-419n,NBG-419N) endef @@ -237,6 +241,7 @@ endef ifeq ($(CONFIG_RALINK_RT305X),y) define Image/Build/Profile/Default $(call Image/Build/Profile/ARGUS_ATP52B,$(1)) + $(call Image/Build/Profile/BC2,$(1)) $(call Image/Build/Profile/DIR300B1,$(1)) $(call Image/Build/Profile/RTG32B1,$(1)) $(call Image/Build/Profile/FONERA20N,$(1))