OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 14... Line 14...
14 include $(INCLUDE_DIR)/package.mk 14 include $(INCLUDE_DIR)/package.mk
Line 15... Line 15...
15   15  
16 define KernelPackage/w1-gpio-custom 16 define KernelPackage/w1-gpio-custom
17 SUBMENU:=W1 support 17 SUBMENU:=W1 support
18 TITLE:=Custom GPIO-based 1-wire device 18 TITLE:=Custom GPIO-based 1-wire device
19 DEPENDS:=kmod-w1 +kmod-w1-master-gpio @!LINUX_4_19 19 DEPENDS:=kmod-w1 +kmod-w1-master-gpio
20 FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.ko 20 FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.ko
21 KCONFIG:= 21 KCONFIG:=
Line 22... Line 22...
22 endef 22 endef