From: Thomas Petazzoni Date: Sun, 3 Jul 2016 09:49:53 +0000 (+0200) Subject: initscripts: remove SOURCE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83da51635065010fff5b6daff8ba75fdf9513fae;p=buildroot.git 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 --- 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/