mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
bcm63xx: remove defconfig support
All boards use uci-defaults, no need to keep defconfig support. SVN-Revision: 36610
This commit is contained in:
parent
bbd02c6fb7
commit
0a907fdb8a
@ -1,18 +0,0 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
|
||||||
#
|
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
|
||||||
#
|
|
||||||
|
|
||||||
START=05
|
|
||||||
|
|
||||||
start() {
|
|
||||||
. /lib/brcm63xx.sh
|
|
||||||
|
|
||||||
[ ! -d /etc/defconfig/$board_name ] && board_name="generic"
|
|
||||||
|
|
||||||
for f in $( ls /etc/defconfig/$board_name ); do
|
|
||||||
if [ ! -e /etc/config/$f ]; then
|
|
||||||
cp /etc/defconfig/$board_name/$f /etc/config/
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user