OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 99... Line 99...
99   99  
100   100  
101 define KernelPackage/lib-lzo 101 define KernelPackage/lib-lzo
102 SUBMENU:=$(LIB_MENU) 102 SUBMENU:=$(LIB_MENU)
103 TITLE:=LZO support 103 TITLE:=LZO support
104 DEPENDS:=+!(LINUX_3_18||LINUX_4_9):kmod-crypto-acompress 104 DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
105 KCONFIG:= \ 105 KCONFIG:= \
106 CONFIG_CRYPTO_LZO@ge4.9 \ 106 CONFIG_CRYPTO_LZO@ge4.9 \
107 CONFIG_LZO_COMPRESS \ 107 CONFIG_LZO_COMPRESS \
Line 144... Line 144...
144   144  
145   145  
146 define KernelPackage/lib-lz4 146 define KernelPackage/lib-lz4
147 SUBMENU:=$(LIB_MENU) 147 SUBMENU:=$(LIB_MENU)
148 TITLE:=LZ4 support 148 TITLE:=LZ4 support
149 DEPENDS:=+!(LINUX_3_18||LINUX_4_9):kmod-crypto-acompress 149 DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
150 HIDDEN:=1 150 HIDDEN:=1
151 KCONFIG:= \ 151 KCONFIG:= \
152 CONFIG_CRYPTO_LZ4@ge4.9 \ 152 CONFIG_CRYPTO_LZ4@ge4.9 \
Line 258... Line 258...
258 define KernelPackage/lib-cordic/description 258 define KernelPackage/lib-cordic/description
259 Kernel module for Cordic function support 259 Kernel module for Cordic function support
260 endef 260 endef
Line 261... Line 261...
261   261  
262 $(eval $(call KernelPackage,lib-cordic)) -  
263   -  
264   -  
265 define KernelPackage/asn1-decoder -  
266 SUBMENU:=$(LIB_MENU) -  
267 TITLE:=Simple ASN1 decoder -  
268 KCONFIG:= CONFIG_ASN1 -  
269 HIDDEN:=1 -  
270 FILES:=$(LINUX_DIR)/lib/asn1_decoder.ko -  
271 endef -  
272   -