aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches
Commit message (Expand)AuthorAgeFilesLines
* opkg: update to r528, refresh patchesJo-Philipp Wich2010-04-184-21/+6
* opkg: add upstream patch fixing the order packages are configured (closes: #7...Nicolas Thill2010-04-031-0/+15
* opkg: fix usage to reflect change in the upgrade commandNicolas Thill2010-03-281-0/+11
* package/opkg: refresh patchesGabor Juhos2010-03-265-13/+13
* opkg: remove an empty patchFelix Fietkau2010-01-251-0/+0
* opkg: fallback to dest->root_dir if specified overlay_root does not exist on ...Jo-Philipp Wich2010-01-131-5/+18
* opkg: update to r513, move lock-file to /var/lock and drop cleanup patch - we...Jo-Philipp Wich2010-01-077-46/+11
* opkg: only select overlay_root if the install destination is root, this elimi...Jo-Philipp Wich2009-12-221-6/+15
* opkg: fix invalid free triggered by 011-old-config-location.patch and replace...Jo-Philipp Wich2009-12-212-8/+31
* opkg: the current version leaves empty temp directories behind, clean them up...Jo-Philipp Wich2009-12-211-0/+12
* opkg: update to r503 - reduces peak memory usage by further 20%, rebased patc...Jo-Philipp Wich2009-12-207-141/+105
* opkg: forgot to remove two obsolete patches in last commitJo-Philipp Wich2009-11-112-23/+0
* opkg: bump to r284 - incorporates parsing improvements upstream - fixes a cou...Jo-Philipp Wich2009-11-118-967/+25
* opkg: ignore Section, Source and Maintainer as well when ignoring description...Jo-Philipp Wich2009-10-221-3/+3
* opkg: - re-enable upgrade and restrict it to signle packages, fix usage text ...Jo-Philipp Wich2009-10-225-163/+226
* opkg: - replace package list parser by something that works with fixed buffer...Jo-Philipp Wich2009-10-224-0/+997
* opkg: get rid of libopkg, saves >10k compressed, >40k uncompressedFelix Fietkau2009-10-201-0/+56
* opkg: fix the -force_space optionFelix Fietkau2009-09-191-0/+12
* opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump...Jo-Philipp Wich2009-08-101-0/+12
* upgrade opkg to r215 from the googlecode svnImre Kaloz2009-08-065-157/+29
* update to r4993Florian Fainelli2009-05-172-26/+31
* opkg: fix error message reporting caused by an uninitialized variableFelix Fietkau2009-03-281-0/+16
* opkg: apparently array bounds checking is gcc 4.3 specific, move -Wno-array-b...Felix Fietkau2009-02-141-10/+0
* opkg: work around a gcc warning bug related to array bounds checkingFelix Fietkau2009-02-141-0/+10
* fix opkg target arch detection problem on x86Felix Fietkau2009-01-161-0/+20
* fix opkg overlay_root option for jffs2-only imagesFelix Fietkau2008-12-211-22/+33
* add a patch helping available storage space detection, remove workaround from...Nicolas Thill2008-12-151-0/+49
* remove GPG not enabled in this build warningTravis Kemen2008-10-301-0/+22
* update opkg to 4564, fixes a couple of memory leaksTravis Kemen2008-08-051-60/+54
* removed a missed dependancy on curl remove use of autogen, just run the one n...Travis Kemen2008-07-292-8/+31
* add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as...Travis Kemen2008-07-292-0/+85
s="p">; CFLAGS:= ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH))))) BOARD:=$(call qstrip,$(CONFIG_TARGET_BOARD)) TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION)) TARGET_SUFFIX=$(call qstrip,$(CONFIG_TARGET_SUFFIX)) BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX)) GCCV:=$(call qstrip,$(CONFIG_GCC_VERSION)) LIBC:=$(call qstrip,$(CONFIG_LIBC)) LIBCV:=$(call qstrip,$(CONFIG_LIBC_VERSION)) SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR}) OPTIMIZE_FOR_CPU=$(subst i386,i486,$(ARCH)) ifeq ($(ARCH),powerpc) FPIC:=-fPIC else FPIC:=-fpic endif DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl) BIN_DIR:=$(TOPDIR)/bin INCLUDE_DIR:=$(TOPDIR)/include SCRIPT_DIR:=$(TOPDIR)/scripts BUILD_DIR_BASE:=$(TOPDIR)/build_dir BUILD_DIR:=$(BUILD_DIR_BASE)/target-$(ARCH)_$(LIBC)-$(LIBCV)$(if $(BUILD_SUFFIX),_$(BUILD_SUFFIX)) BUILD_DIR_HOST:=$(BUILD_DIR_BASE)/host BUILD_DIR_TOOLCHAIN:=$(BUILD_DIR_BASE)/toolchain-$(ARCH)_gcc-$(GCCV)_$(LIBC)-$(LIBCV) STAGING_DIR:=$(TOPDIR)/staging_dir/target-$(ARCH)_$(LIBC)-$(LIBCV) STAGING_DIR_HOST:=$(TOPDIR)/staging_dir/host TOOLCHAIN_DIR:=$(TOPDIR)/staging_dir/toolchain-$(ARCH)_gcc-$(GCCV)_$(LIBC)-$(LIBCV) PACKAGE_DIR:=$(BIN_DIR)/packages/target-$(ARCH)_$(LIBC)-$(LIBCV) STAMP_DIR:=$(BUILD_DIR)/stamp STAMP_DIR_HOST=$(BUILD_DIR_HOST)/stamp TARGET_ROOTFS_DIR?=$(if $(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(BUILD_DIR)) TARGET_DIR:=$(TARGET_ROOTFS_DIR)/root-$(BOARD) DEBUG_DIR:=$(BUILD_DIR)/debug-$(BOARD) TARGET_PATH:=$(TOOLCHAIN_DIR)/usr/bin:$(STAGING_DIR_HOST)/bin:$(PATH) TARGET_PATH_PKG:=$(STAGING_DIR)/host/bin:$(TARGET_PATH) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)$(if $(CONFIG_DEBUG), -g3) TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include TARGET_LDFLAGS:=-L$(TOOLCHAIN_DIR)/usr/lib -L$(TOOLCHAIN_DIR)/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-lgcc_s,$(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.a)) ifndef DUMP ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) -include $(TOOLCHAIN_DIR)/info.mk REAL_GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-openwrt-linux$(if $(TARGET_SUFFIX),-$(TARGET_SUFFIX)) GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-openwrt-linux TARGET_CROSS:=$(if $(TARGET_CROSS),$(TARGET_CROSS),$(OPTIMIZE_FOR_CPU)-openwrt-linux$(if $(TARGET_SUFFIX),-$(TARGET_SUFFIX))-) TARGET_CFLAGS+= -fhonour-copts endif endif ifeq ($(CONFIG_SOFT_FLOAT),y) SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft TARGET_CFLAGS+= -msoft-float else SOFT_FLOAT_CONFIG_OPTION:= endif export PATH:=$(TARGET_PATH) export STAGING_DIR export GCC_HONOUR_COPTS:=0 PKG_CONFIG:=$(STAGING_DIR_HOST)/bin/pkg-config export PKG_CONFIG HOSTCC:=gcc HOST_CFLAGS:=-O2 -I$(STAGING_DIR_HOST)/include HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib TARGET_CC:=$(TARGET_CROSS)gcc TARGET_CXX:=$(TARGET_CROSS)g++ STRIP:=$(STAGING_DIR_HOST)/bin/sstrip PATCH:=$(SCRIPT_DIR)/patch-kernel.sh SED:=$(STAGING_DIR_HOST)/bin/sed -i -e CP:=cp -fpR INSTALL_BIN:=install -m0755 INSTALL_DIR:=install -d -m0755 INSTALL_DATA:=install -m0644 INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location export CCACHE_DIR=$(STAGING_DIR)/ccache TARGET_CC:= ccache $(TARGET_CC) endif TARGET_CONFIGURE_OPTS:= \ AR=$(TARGET_CROSS)ar \ AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \ LD=$(TARGET_CROSS)ld \ NM=$(TARGET_CROSS)nm \ CC="$(TARGET_CC)" \ GCC="$(TARGET_CC)" \ CXX="$(TARGET_CXX)" \ RANLIB=$(TARGET_CROSS)ranlib \ STRIP=$(TARGET_CROSS)strip \ OBJCOPY=$(TARGET_CROSS)objcopy \ OBJDUMP=$(TARGET_CROSS)objdump \ SIZE=$(TARGET_CROSS)size # strip an entire directory ifneq ($(CONFIG_NO_STRIP),) RSTRIP:=: else RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ $(SCRIPT_DIR)/rstrip.sh endif ifeq ($(CONFIG_ENABLE_LOCALE),true) DISABLE_NLS:= else DISABLE_NLS:=--disable-nls endif ifneq ($(CONFIG_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile endif ifeq ($(CONFIG_TAR_VERBOSITY),y) TAR_OPTIONS:=-xvf - else TAR_OPTIONS:=-xf - endif define shvar V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) endef define shexport $(call shvar,$(1))=$$(call $(1)) export $(call shvar,$(1)) endef # file extension ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1))) all: FORCE: ; .PHONY: FORCE endif #__rules_inc