aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use := instead of = for PKG_CONFIG_PATH to prevent recursionFelix Fietkau2011-02-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow packages to override/extend PKG_CONFIG_PATHFelix Fietkau2011-02-061-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Remove firmware preinit scriptsMichael Büsch2011-02-062-40/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Add firmware generator hotplug scriptsMichael Büsch2011-02-062-0/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware ↵Michael Büsch2011-02-061-0/+1
| | | | | | load events git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Add the CAL BME PMM extractor script to preinit.Michael Büsch2011-02-061-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Add more battery management codeMichael Büsch2011-02-062-171/+596
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: when operating as a 4-addr station, do not pick up 4-addr frames ↵Felix Fietkau2011-02-051-0/+12
| | | | | | meant for other stations, as this would confuse the bridge layer git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands ↵Michael Büsch2011-02-051-0/+2
| | | | | | in a verbose openwrt build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.Michael Büsch2011-02-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq]John Crispin2011-02-057-4246/+532
| | | | | | | * reorder patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [madwifi]John Crispin2011-02-051-11/+7
| | | | | | | * fixe up ifxmips patch for eeprom emulation to work with lantiq target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: remove remaining conffiles reference to /etc/bannerJo-Philipp Wich2011-02-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]John Crispin2011-02-043-5/+138
| | | | | | | | * adds ath5k platform support * adds several new profiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]John Crispin2011-02-042-3/+11
| | | | | | | | * fixes old ifxmips in header file * pass default ebu value to gpio driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq]John Crispin2011-02-041-1/+1
| | | | | | | * tftp name was not in sync with that generated by openwrt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce false positives in the baseband hang checkFelix Fietkau2011-02-041-0/+109
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: drop retransmitted data frames from the cooked monitor interface - ↵Felix Fietkau2011-02-041-0/+11
| | | | | | reduces CPU usage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] gumstix: create ubifs imagesHamish Guthrie2011-02-042-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: don't stop hotplug events for ppp interfaces, similar ↵Jo-Philipp Wich2011-02-031-1/+0
| | | | | | fix like the earlier one for tun/tap interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make the skipping of ppp interfaces in 10-net hotplug ↵Jo-Philipp Wich2011-02-031-1/+1
| | | | | | more explicit, this allows users to rely on hotplug events for ppp0 .. ppp9 interfaces spawned by other programs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] libtool: fix misspelled procedure name...Jo-Philipp Wich2011-02-031-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: update to 1.0.0cFelix Fietkau2011-02-039-1287/+41
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]John Crispin2011-02-033-42/+38
| | | | | | | | | * fix usb compile warnings * fix timer header file which broke compile of external tapi driver * rebase patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq]John Crispin2011-02-033-12/+12
| | | | | | | * make baord names consistent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] gumstix: Add u-boot package to profileHamish Guthrie2011-02-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package]: uboot-omap35xx: Add uboot package for omap35xx platformHamish Guthrie2011-02-032-0/+405
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] update ARM mach-typesJo-Philipp Wich2011-02-026-20/+503
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc/git]: autodetect ARM variant/ABI setup based on the ↵Imre Kaloz2011-02-0212-117/+612
| | | | | | compiler settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: update to latest git versionImre Kaloz2011-02-021-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc/linaro]: fixup arm soft-float symbolsImre Kaloz2011-02-021-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patchImre Kaloz2011-02-021-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add ifb module (#8764)Vasilis Tsiligiannis2011-02-021-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc/linaro]: add armv4 fixup patchesImre Kaloz2011-02-022-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: Disable telnet if an SSH public key for root exists (#8760)Vasilis Tsiligiannis2011-02-021-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: -B is not passed on by autoreconf, use -I instead - ↵Jo-Philipp Wich2011-02-021-1/+1
| | | | | | fixes PKG_MACRO_PATHS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add w1-master-ds2490 module (#8779)Vasilis Tsiligiannis2011-02-021-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Add support for ubifsHamish Guthrie2011-02-025-35/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq]John Crispin2011-02-022-9/+9
| | | | | | | | * fix ram selection on arcadyan boards * fix make target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] prepare support for libiconv, libintl stub/full switchingJo-Philipp Wich2011-02-022-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Fix alsa raw audio device hotplug ruleVasilis Tsiligiannis2011-02-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pjsip]John Crispin2011-02-016-12/+1241
| | | | | | | | | | * update to version 1.8.5 * add code to allow selection of features via menuconfig * add sound device backend for lantiq voip hardware git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* drop uboot-ifxmips, use uboot-lantiq insteadJohn Crispin2011-02-0148-10445/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sitefile entries for ac_cv_func_creal,cimag - the functions are there, ↵Felix Fietkau2011-02-011-0/+2
| | | | | | but configure tests in imagemagick fail to detect them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: fix path to the correct objcopy toolFelix Fietkau2011-02-012-1/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a few missing kernel config symbolsFelix Fietkau2011-02-018-2/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix default version selection - fixes missing MPC configure error ↵Felix Fietkau2011-02-011-1/+1
| | | | | | during toolchain build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hotplug2: Use stricter matching for rule regular expressionsVasilis Tsiligiannis2011-02-014-13/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libnl-tiny: fix compile error with eglibc (#8782)Felix Fietkau2011-02-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* eglibc: disable ssp, it breaks the buildFelix Fietkau2011-02-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73