From 4615944c71dcf8e21d8e90ea48ce6a6ba00a7b4c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 3 Dec 2015 21:13:12 +0000 Subject: ipq806x: switch from uci-defaults to board.d Signed-off-by: Jo-Philipp Wich SVN-Revision: 47730 --- .../linux/ipq806x/base-files/etc/uci-defaults/leds | 26 --------------- .../ipq806x/base-files/etc/uci-defaults/network | 39 ---------------------- 2 files changed, 65 deletions(-) delete mode 100644 target/linux/ipq806x/base-files/etc/uci-defaults/leds delete mode 100755 target/linux/ipq806x/base-files/etc/uci-defaults/network (limited to 'target/linux/ipq806x/base-files/etc/uci-defaults') diff --git a/target/linux/ipq806x/base-files/etc/uci-defaults/leds b/target/linux/ipq806x/base-files/etc/uci-defaults/leds deleted file mode 100644 index 362c5b6..0000000 --- a/target/linux/ipq806x/base-files/etc/uci-defaults/leds +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2015 OpenWrt.org -# - -. /lib/functions/uci-defaults.sh -. /lib/ipq806x.sh - -board=$(ipq806x_board_name) - -case "$board" in -r7500) - ucidef_set_led_usbdev "usb1" "USB 1" "r7500:white:usb1" "1-1" - ucidef_set_led_usbdev "usb2" "USB 2" "r7500:white:usb3" "3-1" - ucidef_set_led_netdev "wan" "WAN" "r7500:white:wan" "eth0" - ucidef_set_led_ide_disk "esata" "eSATA" "r7500:amber:esata" - ucidef_set_led_default "wps" "WPS" "r7500:white:wps" "0" - ucidef_set_led_default "rfkill" "rfkill" "r7500:white:rfkill" "0" - ;; -*) - ;; -esac - -ucidef_commit_leds - -exit 0 diff --git a/target/linux/ipq806x/base-files/etc/uci-defaults/network b/target/linux/ipq806x/base-files/etc/uci-defaults/network deleted file mode 100755 index 7742b73..0000000 --- a/target/linux/ipq806x/base-files/etc/uci-defaults/network +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# Copyright (c) 2015 The Linux Foundation. All rights reserved. -# Copyright (C) 2011 OpenWrt.org -# - -[ -e /etc/config/network ] && exit 0 - -touch /etc/config/network - -. /lib/functions/uci-defaults.sh -. /lib/ipq806x.sh - -ucidef_set_interface_loopback - -board=$(ipq806x_board_name) - -case "$board" in -ap148 |\ -r7500) - ucidef_set_interfaces_lan_wan "eth1" "eth0" - ucidef_add_switch "switch0" "1" "1" - ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4" - ucidef_add_switch_vlan "switch0" "2" "0 5" - ;; -db149) - ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0" - ucidef_add_switch "switch0" "1" "1" - ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4" - ucidef_add_switch_vlan "switch0" "2" "0 5" - ;; -*) - echo "Unsupported hardware. Network interfaces not intialized" - ;; -esac - -uci commit network - -exit 0 -- cgit v1.1