aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* iproute2: compile the static libraries with $(FPIC), as they are reused by ot...Felix Fietkau2009-11-051-1/+7
* uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC codeFelix Fietkau2009-11-051-0/+25
* oops, forgot the autoloadFelix Fietkau2009-11-051-1/+1
* fix kmod-leds-alix (#6079, #6105)Felix Fietkau2009-11-051-2/+2
* fix up the download location for the updated mac80211 version (thx, swalker)Felix Fietkau2009-11-051-1/+1
* fix breakage introduced with r18315Florian Fainelli2009-11-051-0/+2
* remove the patch dir hack in iptables when building with an external tree, th...Florian Fainelli2009-11-051-6/+0
* Pass TARGET_CFLAGS using and external variable instead a sed expression that ...Felix Fietkau2009-11-052-3/+13
* add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)Felix Fietkau2009-11-051-0/+1
* make rdc321-wdt become a package, saves some space in the kernelFlorian Fainelli2009-11-041-0/+15
* mac80211: update to 2009-11-03Felix Fietkau2009-11-0410-5577/+6
* mac80211: fill some important capabilities into ht_capab in the hostapd configFelix Fietkau2009-11-042-1/+15
* madwifi: fix a crash bug related to refcounting of bss nodesFelix Fietkau2009-11-041-11/+0
* fix breakage on wl500gp after r18214, thanks sn9 (#6084)Florian Fainelli2009-11-031-2/+2
* add preliminary 2.6.32 supportImre Kaloz2009-11-031-0/+55
* clean up menuconfig path of dsl driver and userland helperJohn Crispin2009-11-012-4/+5
* adds dsl support, thank you infineon/lantiqJohn Crispin2009-11-0129-3335/+8377
* fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c3277...Florian Fainelli2009-11-011-0/+44
* kmod-libertas needs kmod-lib80211 to loadFlorian Fainelli2009-10-311-2/+1
* fix siit compilation failures on brcm-2.4Florian Fainelli2009-10-301-2/+2
* make etehrent work on wrt350n, thx sn9John Crispin2009-10-291-2/+25
* fixes bluetooth dependency, thx sn9John Crispin2009-10-291-1/+1
* remove references to 2_6_27Florian Fainelli2009-10-296-6/+6
* fixes DEPENDS of SSB module, thx sn9John Crispin2009-10-281-1/+1
* lua: add the 100-no_readline.patch to host buildJo-Philipp Wich2009-10-281-0/+49
* lua: the variable expansion to detect the host os does not work with GNU Make...Jo-Philipp Wich2009-10-281-4/+9
* fix siit compile with 2.6.30 kernels and superior, when CONFIG_COMPAT_NET_DEV...Florian Fainelli2009-10-271-0/+15
* lua: fix a typoFelix Fietkau2009-10-271-1/+1
* lua: re-enable host builds with some more fixesFelix Fietkau2009-10-277-722/+27
* lua: fix regressions in operator overloading caused by the refcounting patch,...Felix Fietkau2009-10-261-71/+3
* lua: use float instead of double, reduces the gc data structure size by 4 byt...Felix Fietkau2009-10-262-2/+2
* lua: fix various bugs in the refcounting implementation. seems to fix luci an...Felix Fietkau2009-10-261-72/+176
* lua: get rid of bitlib and md5lib from the core, they are no longer necessaryFelix Fietkau2009-10-242-670/+0
* lua: add reference counting for strings - this will need A LOT of testing, bu...Felix Fietkau2009-10-243-305/+1112
* 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-225-1/+998
* madwifi: reduce the size of the multicall tool binaryFelix Fietkau2009-10-212-4/+5
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-201-1/+1
* remove obsolete uci validation awk codeFelix Fietkau2009-10-206-654/+0
* base-files: remove obsolete stuff from common.awkFelix Fietkau2009-10-201-42/+0
* wireless-tools: reduce binary size by ~13k by removing unused/obsolete featuresFelix Fietkau2009-10-202-0/+217
* hostapd: make compilation of the hostap driver conditional - saves 10k uncomp...Felix Fietkau2009-10-201-0/+2
* hotplug2: get rid of the unnecessary reference to libdl as wellFelix Fietkau2009-10-201-6/+7
* hotplug2: compile in the worker module statically, saves >20k uncompressedFelix Fietkau2009-10-202-3/+166
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-202-2/+3
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on...Felix Fietkau2009-10-201-1/+0
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-201-1/+1
* uci: only use $(FPIC) on library parts, saves a few hundred bytesFelix Fietkau2009-10-201-1/+1
* opkg: get rid of libopkg, saves >10k compressed, >40k uncompressedFelix Fietkau2009-10-202-4/+57