diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 11:49:53 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-07-03 12:55:35 +0200 |
commit | 83da51635065010fff5b6daff8ba75fdf9513fae (patch) | |
tree | 5e9e2f1c4a94a3e49b27442a0a7330227e7f6d9f | |
parent | 5c772a3942f14d4b3e58d4f36bed0139b70804be (diff) | |
download | buildroot-83da51635065010fff5b6daff8ba75fdf9513fae.tar.gz buildroot-83da51635065010fff5b6daff8ba75fdf9513fae.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/initscripts/initscripts.mk | 3 |
1 files changed, 0 insertions, 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/ |