Signed-off-by: Yuval Adam <[email protected]> --- target/linux/ramips/rt305x/profiles/edimax.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/edimax.mk
diff --git a/target/linux/ramips/rt305x/profiles/edimax.mk b/target/linux/ramips/rt305x/profiles/edimax.mk new file mode 100644 index 0000000..eb0450f --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/edimax.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/BR6425 + NAME:=Edimax BR-6424v2/BR-6425 + PACKAGES:=kmod-leds-gpio restorefactory swconfig +endef + +define Profile/BR6425/Description + Package set for Edimax BR-6424v2/BR-6425 +endef + +$(eval $(call Profile,BR6425)) -- 1.7.10.2 (Apple Git-33) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
