diff options
author | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:09 +0000 |
commit | f3f3f13eba9c26ee3427d001c2a1d1d9931aee4c (patch) | |
tree | 96cfa5eb8addf334630aa7873d9739ea6a2e06a3 /target/linux/ramips/rt305x/profiles/dlink.mk | |
parent | 33343146d54a76b20b2fad8a77ad0738ab355b27 (diff) | |
download | upstream-f3f3f13eba9c26ee3427d001c2a1d1d9931aee4c.tar.gz upstream-f3f3f13eba9c26ee3427d001c2a1d1d9931aee4c.tar.bz2 upstream-f3f3f13eba9c26ee3427d001c2a1d1d9931aee4c.zip |
ramips: Add support for the D-Link DCS-930 B1
http://wiki.openwrt.org/toh/d-link/dcs-930l
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
Backport of r46042
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46052 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/dlink.mk')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/dlink.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/dlink.mk b/target/linux/ramips/rt305x/profiles/dlink.mk index 5253460786..5fc5709d73 100644 --- a/target/linux/ramips/rt305x/profiles/dlink.mk +++ b/target/linux/ramips/rt305x/profiles/dlink.mk @@ -44,6 +44,19 @@ endef $(eval $(call Profile,DCS930)) +define Profile/DCS930LB1 + NAME:=Dlink DCS-930L B1 + PACKAGES:=kmod-video-core kmod-video-uvc \ + kmod-sound-core kmod-usb-audio \ + kmod-usb-core kmod-usb-ohci kmod-usb2 +endef + +define Profile/DCS930LB1/Description + Package set for Dlink DCS-930L B1 board +endef + +$(eval $(call Profile,DCS930LB1)) + define Profile/DIR610A1 NAME:=Dlink DIR-610 A1 PACKAGES:=kmod-ledtrig-netdev kmod-ledtrig-timer |