ramips: Incorrect file mode change
authorJohn Crispin <john@openwrt.org>
Thu, 3 Mar 2016 20:24:45 +0000 (20:24 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 3 Mar 2016 20:24:45 +0000 (20:24 +0000)
commite4dc6acd31f03aace94e188d87fc90fd19e8f09e
tree56ef017a15894e3863ae2279198f924c32c347aa
parent74c6b2197365575d86d0c5e0b706f574311d9640
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>
SVN-Revision: 48893
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]