X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Frt305x%2Fprofiles%2Fporay.mk;h=10cf37f3812c2cb298304237cbce32c7b01fc055;hb=3b22c53b4cde26aa00687a3b3c18756bbf246ced;hp=972d7fdbd6052d0fb894b8a121aef5ddb9ec7ffd;hpb=1e19c1ccf1018528d905ecad0f04139f813f7e4b;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk index 972d7fdbd6..10cf37f381 100644 --- a/target/linux/ramips/rt305x/profiles/poray.mk +++ b/target/linux/ramips/rt305x/profiles/poray.mk @@ -15,3 +15,13 @@ define Profile/M3/Description endef $(eval $(call Profile,M3)) + +define Profile/M4 + NAME:=Poray M4 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef +define Profile/M4/Description + Package set for Poray M4 board +endef + +$(eval $(call Profile,M4))