diff options
author | Mathias Kresin <dev@kresin.me> | 2018-11-26 14:57:34 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-26 19:40:31 +0100 |
commit | f4abc962ec7437d84f866197b584e8d5c7da97c0 (patch) | |
tree | ab5cde4c14593278f2ca5fe207e23c146dd75a15 | |
parent | aa82fdf110186734a42ba80e0b02f16d8db551db (diff) | |
download | upstream-f4abc962ec7437d84f866197b584e8d5c7da97c0.tar.gz upstream-f4abc962ec7437d84f866197b584e8d5c7da97c0.tar.bz2 upstream-f4abc962ec7437d84f866197b584e8d5c7da97c0.zip |
ath79: fix shebang
The shebang was accidentally changed with 9989fd5154fd ("ath79: add
support for GL-iNet GL-X750").
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index 6aca7c7899..202820d50b 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -1,4 +1,4 @@ -!/bin/sh +#!/bin/sh . /lib/functions/system.sh . /lib/functions/uci-defaults.sh |