Skip to content

Commit

Permalink
rtc-rv5c386a: package does not build inside the SDK
Browse files Browse the repository at this point in the history
the packages failed to build inside the SDK due to missing header
files.

Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Aug 3, 2016
1 parent 10f9ea0 commit 2feb943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/rtc-rv5c386a/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2feb943

Please sign in to comment.