diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-25 10:13:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-25 10:13:00 +0000 |
commit | c0407fae658a0775a051de180be27e26afbdfc7b (patch) | |
tree | d72fc52574b08aba1f5933f58654a12e965d22d9 /target/linux/rdc/sitecom | |
parent | 8e17bf613a5facf33fd12faf400a4ac9c6c9994d (diff) | |
download | upstream-c0407fae658a0775a051de180be27e26afbdfc7b.tar.gz upstream-c0407fae658a0775a051de180be27e26afbdfc7b.tar.bz2 upstream-c0407fae658a0775a051de180be27e26afbdfc7b.zip |
[rdc] use profiles again intead of subtargets.
We have now a single kernel which autodetects the type of device we are running
on, so we can switch back to having profiles. Patch by Bernhard Loos.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/sitecom')
-rw-r--r-- | target/linux/rdc/sitecom/target.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/rdc/sitecom/target.mk b/target/linux/rdc/sitecom/target.mk deleted file mode 100644 index 83a8c957bc..0000000000 --- a/target/linux/rdc/sitecom/target.mk +++ /dev/null @@ -1,2 +0,0 @@ -BOARDNAME:=Devices from Sitecom (WL-153, DC-230) -DEFAULT_PACKAGE+= kmod-usb-core kmod-usb-ohci kmod-usb2 |