add a workaround for fedora sdcc naming changes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12031 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -20,6 +20,11 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
# workaround for fedora sdcc naming changes
|
||||||
|
ifneq ($(wildcard /usr/libexec/sdcc),)
|
||||||
|
export PATH:=$(PATH):/usr/libexec
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/firmwarehotplug
|
define Package/firmwarehotplug
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
Reference in New Issue
Block a user