diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-01 14:30:58 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-01 14:30:58 +0000 |
commit | 9eb2dd5bb4be0bbbb47be056dce9aed88da16ed9 (patch) | |
tree | 8bb3c27f1b6e32f5b80f9526ceb33a3ca1e4c1ac /target/linux/ramips/rt305x | |
parent | 489deea3fa726eabbb96a1b3b6ca79bf6111a57a (diff) |
ramips: add Poray M4 4M/8M support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37637 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/poray.mk | 10 |
1 files changed, 10 insertions, 0 deletions
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)) |