2
0
forked from Ivasoft/openwrt

kernel: remove useless AddDepends/rtc abstraction

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45136
This commit is contained in:
Felix Fietkau
2015-03-29 08:12:50 +00:00
parent 13e7b6d77d
commit 3da7fe6e5b
2 changed files with 7 additions and 16 deletions

View File

@@ -12,8 +12,3 @@ endef
define AddDepends/rfkill
DEPENDS+= +USE_RFKILL:kmod-rfkill $(1)
endef
define AddDepends/rtc
DEPENDS+= @RTC_SUPPORT $(1)
endef