projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f9ea0
)
rtc-rv5c386a: package does not build inside the SDK
author
John Crispin
<john@phrozen.org>
Tue, 2 Aug 2016 07:34:49 +0000
(09:34 +0200)
committer
John Crispin
<john@phrozen.org>
Wed, 3 Aug 2016 13:30:13 +0000
(15:30 +0200)
the packages failed to build inside the SDK due to missing header
files.
Signed-off-by: John Crispin <john@phrozen.org>
package/kernel/rtc-rv5c386a/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/rtc-rv5c386a/Makefile
b/package/kernel/rtc-rv5c386a/Makefile
index e13ead528a260a0f75838f5117e6365b5c10a4d7..79eb4fd8c6006f62c48fcee8ba9105fb84319bca 100644
(file)
--- a/
package/kernel/rtc-rv5c386a/Makefile
+++ b/
package/kernel/rtc-rv5c386a/Makefile
@@
-15,7
+15,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/rtc-rv5c386a
SUBMENU:=Other modules
- DEPENDS:=@TARGET_brcm47xx
+ DEPENDS:=@TARGET_brcm47xx
@!IN_SDK
TITLE:=Driver for RTC RV5C386A (used in WL-700gE and WL-HDD)
AUTOLOAD:=$(call AutoLoad,70,rtc)
FILES:=$(PKG_BUILD_DIR)/rtc.ko