From f4abc962ec7437d84f866197b584e8d5c7da97c0 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 26 Nov 2018 14:57:34 +0100 Subject: [PATCH] ath79: fix shebang The shebang was accidentally changed with 9989fd5154fd ("ath79: add support for GL-iNet GL-X750"). Signed-off-by: Mathias Kresin --- target/linux/ath79/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2