[adm5120] rewrite image generation
[openwrt.git] / target / linux / adm5120 / router_be / profiles / 200-ZyXEL.mk
diff --git a/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk b/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk
new file mode 100644 (file)
index 0000000..0af5613
--- /dev/null
@@ -0,0 +1,27 @@
+#
+# Copyright (C) 2007 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/P-334WT
+       NAME:=ZyXEL Prestige P-334WT
+       PACKAGES:=kmod-acx
+endef
+
+define Profile/P-334WT/Description
+       Package set optimized for the ZyXEL Prestige P-334WT board.
+endef
+
+define Profile/P-335WT
+       NAME:=ZyXEL Prestige P-335WT
+       PACKAGES:=kmod-acx kmod-usb-core kmod-usb-adm5120
+endef
+
+define Profile/P-335WT/Description
+       Package set optimized for the ZyXEL Prestige P-335WT board.
+endef
+
+$(eval $(call Profile,P-334WT))
+$(eval $(call Profile,P-335WT))
This page took 0.024175 seconds and 4 git commands to generate.