fix rrs build with the SDK
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5358 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f9dfba5f24
commit
31eeb843df
@ -39,6 +39,11 @@ define Package/rrs-nossl
|
|||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifneq ($(SDK),)
|
||||||
|
CONFIG_PACKAGE_rrs:=m
|
||||||
|
CONFIG_PACKAGE_rrs-nossl:=m
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/Compile/Template
|
define Build/Compile/Template
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user