diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-25 10:13:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-25 10:13:00 +0000 |
commit | c4a3b1979a2f519cb80154b7c83cf92241a03adc (patch) | |
tree | d72fc52574b08aba1f5933f58654a12e965d22d9 /target/linux/rdc/r8610/target.mk | |
parent | 4abdb0bd87027acdae476a8c04806bdaf8bf40ae (diff) |
[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/r8610/target.mk')
-rw-r--r-- | target/linux/rdc/r8610/target.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/rdc/r8610/target.mk b/target/linux/rdc/r8610/target.mk deleted file mode 100644 index f2c7f0d33d..0000000000 --- a/target/linux/rdc/r8610/target.mk +++ /dev/null @@ -1,5 +0,0 @@ -BOARDNAME:=RDC R8160 Evaluation Board -DEFAULT_PACKAGES += kmod-r6040 kmod-usb-core kmod-usb-ohci kmod-usb2 \ - kmod-hwmon-core kmod-hwmon-w83627hf kmod-ide-core kmod-ide-it821x \ - kmod-rtc-core kmod-rtc-m48t86 \ - kmod-fs-ext2 kmod-fs-ext3 |