[packages] remove usages of $(CONFIG_LARGEFILE) and $(DISABLE_LARGEFILE)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25207 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -40,11 +40,9 @@ define Package/samba3/config
|
||||
source "$(SOURCE)/Config.in"
|
||||
endef
|
||||
|
||||
ifneq ($(CONFIG_LARGEFILE),)
|
||||
define Build/Prepare/LFS
|
||||
define Build/Prepare/LFS
|
||||
cat ./files/config-lfs.h >> $(PKG_BUILD_DIR)/source/include/config.h
|
||||
endef
|
||||
endif
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
|
Reference in New Issue
Block a user