diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-21 14:02:53 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-21 14:02:53 +0000 |
| commit | 29a4b712e8658f13bf6f836943ec81d7cbcd3b73 (patch) | |
| tree | 57b8983b840371a9290d4ead137ab9ea8f457c5f /openwrt/package/base-files/default/bin | |
| parent | 26854133f64778924b1f1974487bade7dbce8194 (diff) | |
| download | mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.zip mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.tar.gz mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.tar.bz2 | |
add config file /etc/config/network, add board-specific network.overrides (instead of nvram.overrides)
SVN-Revision: 1519
Diffstat (limited to 'openwrt/package/base-files/default/bin')
| -rwxr-xr-x | openwrt/package/base-files/default/bin/firstboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot index cef258c..1c3d1a7 100755 --- a/openwrt/package/base-files/default/bin/firstboot +++ b/openwrt/package/base-files/default/bin/firstboot @@ -42,7 +42,7 @@ echo "done" echo -n "setting up symlinks... " for file in $(cd /rom; find * -type f; find * -type l;) do { - [ "${file%/*}" = "usr/lib/ipkg/info" ] && { + [ "${file%/*}" = "usr/lib/ipkg/info" -o "${file%/*}" = "etc/config" ] && { cp -f /rom/$file $file } || { ln -sf /rom/$file $file |
