ソースを参照

Makefile: remove unused definition

Matthias Schiffer 10 年 前
コミット
9598d30fba
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -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