aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/base-files/etc/config
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-03-25 15:20:59 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-05-03 21:27:12 +0200
commitcd3b29853380676bb7e51283050c2044048f8f85 (patch)
tree254984a7195994f26fa3fd6b9c3a7c9b9182bf1e /target/linux/omap24xx/base-files/etc/config
parent8ba38cc1458bf0601704bcfd2b69939a7bd4cf06 (diff)
downloadupstream-cd3b29853380676bb7e51283050c2044048f8f85.tar.gz
upstream-cd3b29853380676bb7e51283050c2044048f8f85.tar.bz2
upstream-cd3b29853380676bb7e51283050c2044048f8f85.zip
omap24xx: Remove unmaintained target
This target only supports kernel 4.1, which is not supported in OpenWrt any more for multiple releases. It also looks like there is no active maintainer for this target. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/omap24xx/base-files/etc/config')
-rw-r--r--target/linux/omap24xx/base-files/etc/config/fstab13
-rw-r--r--target/linux/omap24xx/base-files/etc/config/network15
-rw-r--r--target/linux/omap24xx/base-files/etc/config/wireless20
3 files changed, 0 insertions, 48 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab
deleted file mode 100644
index 0910277b26..0000000000
--- a/target/linux/omap24xx/base-files/etc/config/fstab
+++ /dev/null
@@ -1,13 +0,0 @@
-config mount
- option target /maemo/initfs
- option device /dev/mtdblock3
- option fstype jffs2
- option options rw,noatime
- option enabled 0
-
-config mount
- option target /maemo/rootfs
- option device /dev/mtdblock4
- option fstype jffs2
- option options rw,noatime
- option enabled 0
diff --git a/target/linux/omap24xx/base-files/etc/config/network b/target/linux/omap24xx/base-files/etc/config/network
deleted file mode 100644
index 8207443f39..0000000000
--- a/target/linux/omap24xx/base-files/etc/config/network
+++ /dev/null
@@ -1,15 +0,0 @@
-config interface loopback
- option ifname lo
- option proto static
- option netmask 255.0.0.0
-
-config interface lan
- option proto dhcp
- option netmask 255.255.255.0
-
-config interface usb
- option ifname usb0
- option proto static
- option ipaddr 192.168.168.168
- option netmask 255.255.255.0
- option ip6addr fe80::810:1
diff --git a/target/linux/omap24xx/base-files/etc/config/wireless b/target/linux/omap24xx/base-files/etc/config/wireless
deleted file mode 100644
index b640ce6c26..0000000000
--- a/target/linux/omap24xx/base-files/etc/config/wireless
+++ /dev/null
@@ -1,20 +0,0 @@
-config wifi-device radio0
- option type mac80211
- option phy phy0
- option channel auto
- # TODO: CHANGE THE MAC-ADDRESS:
- option macaddr 00:11:22:33:44:55
- option hwmode 11g
-# option country DE
-
- # REMOVE THIS LINE TO ENABLE WIFI:
- option disabled 1
-
-config wifi-iface
- option device radio0
- option powersave 1
- option network lan
- option mode sta
- option ssid OpenWrt
-# option encryption psk2
-# option key "foobar"