ramips: Incorrect file mode change
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Mar 2016 20:24:45 +0000 (20:24 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Mar 2016 20:24:45 +0000 (20:24 +0000)
commit5d5be9fb1fb978c1ac0526cb40d5a8fda90fb4f2
treee5d1b5a2a28726493e0394123302167f39f09e75
parent7240948af4cbb8daa1f181943fc408b85f045c7f
ramips: Incorrect file mode change

Commit d0f5ab6d95a1 ("ramips: Added support for ZBT-826 / ZBT-1026")
incorrectly changed the mode of the ramips shell scripts from 755 to 644.
I.e., they are not excutable any more and for example devices will be left
with broken configs.

Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48893 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ramips/base-files/etc/board.d/01_leds [changed mode: 0644->0755]
target/linux/ramips/base-files/etc/board.d/02_network [changed mode: 0644->0755]
target/linux/ramips/base-files/lib/ramips.sh [changed mode: 0644->0755]
target/linux/ramips/base-files/lib/upgrade/platform.sh [changed mode: 0644->0755]