From 331892f85f1cfab21b26a1f84824f4110e06027f Mon Sep 17 00:00:00 2001
From: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Date: Mon, 25 Jan 2021 12:48:42 +0100
Subject: treewide: drop shebang from non-executable lib files

This drops the shebang from another bunch of files in various /lib
folders, as these are sourced and the shebang is useless.

Fix execute bit in one case, too.

This should cover almost all trivial cases now, i.e. where /lib is
actually used for library files.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'target/linux/lantiq/base-files')

diff --git a/target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq b/target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq
index 4f7dc6673c..5f059ee974 100644
--- a/target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq
+++ b/target/linux/lantiq/base-files/lib/preinit/05_set_preinit_iface_lantiq
@@ -1,8 +1,5 @@
-#!/bin/sh
-
 set_preinit_iface() {
 	ifname=eth0
 }
 
 boot_hook_add preinit_main set_preinit_iface
-
-- 
cgit v1.2.3