Makefile: remove unused definition

This commit is contained in:
Matthias Schiffer 2014-01-13 22:58:07 +01:00
parent 231c03bb6d
commit 9598d30fba

View File

@ -228,7 +228,6 @@ OPKG:= \
--add-arch $(ARCH_PACKAGES):200
EnableInitscript = ! grep -q '\#!/bin/sh /etc/rc.common' $(1) || bash ./etc/rc.common $(1) enable
FileOrigin = $(firstword $(shell $(OPKG) search $(1)))
enable_initscripts: FORCE