From 83da51635065010fff5b6daff8ba75fdf9513fae Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 3 Jul 2016 11:49:53 +0200 Subject: [PATCH] initscripts: remove SOURCE Now that the package infrastructure doesn't attempt to download a package that has an empty version string, there's no need to define the SOURCE variable in the initscripts package. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/initscripts/initscripts.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/initscripts/initscripts.mk b/package/initscripts/initscripts.mk index a5d8db7e9a..cfee155570 100644 --- a/package/initscripts/initscripts.mk +++ b/package/initscripts/initscripts.mk @@ -4,9 +4,6 @@ # ################################################################################ -# source included in buildroot -INITSCRIPTS_SOURCE = - define INITSCRIPTS_INSTALL_TARGET_CMDS mkdir -p $(TARGET_DIR)/etc/init.d $(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/ -- 2.30.2