Commit Graph

16946 Commits (11c08a39bc207e2042dabe7966595caeb0fe4834)
 

Author SHA1 Message Date
Felix Fietkau 11c08a39bc tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin
SVN-Revision: 25598
14 years ago
Jo-Philipp Wich d56fe0cf53 toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting
SVN-Revision: 25596
14 years ago
Felix Fietkau f5cbceb2d5 ar71xx: fix fallout from the 2.6.32 kernel upgrade
SVN-Revision: 25595
14 years ago
Jo-Philipp Wich 70f42675b1 kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this
SVN-Revision: 25592
14 years ago
Florian Fainelli 8cc16aa14e add support for HW553 bcm6358-based boards (#8844)
SVN-Revision: 25590
14 years ago
Jo-Philipp Wich a9c7feb0f7 download.pl: adjust kernel download urls for longterm and testing releases
SVN-Revision: 25589
14 years ago
Florian Fainelli 237d0ec935 update gdb to 7.2
This patch updates the toolchain gdb from 6.8 to 7.2

Signed-off-by: Steve Brown <sbrown@cortland.com>

SVN-Revision: 25585
14 years ago
Florian Fainelli b7f8e1276d add support for 'MAGIC' bcm6348-based board
I wrote a patch to add 96348SV board (aka MAGIC) support to trunk.
In my case I've found it in a Telsey "Alice W-Gate" router, fairly common
(in the past) in Italy.

I used the board definition (GPIOs, leds, ...) from the Broadcom GPL-2
relased code (here is a mirror: http://beghiero.myftp.org/sorgenti/boardparms.c )

Thanks to KanjiMonster for the support on the IRC channel.

Signed-off-by: Laurento Frittella <laurento.frittella@gmail.com>

SVN-Revision: 25584
14 years ago
Florian Fainelli d3c2b87213 update to 2.6.32.29
SVN-Revision: 25583
14 years ago
Florian Fainelli 31709b2c76 update to 2.6.35.11
SVN-Revision: 25582
14 years ago
Florian Fainelli 45c9f5e75e update to kernel 2.6.36.4
SVN-Revision: 25580
14 years ago
Florian Fainelli 3cd87d2d81 update to 2.6.37.1
SVN-Revision: 25577
14 years ago
Imre Kaloz a0ee5b91fd upgrade to 2.57
SVN-Revision: 25576
14 years ago
Felix Fietkau b1b8cf1870 ath9k: fix interrupt enable/disable issues
SVN-Revision: 25575
14 years ago
Felix Fietkau 419b9d824a busybox: now that librpc only compiles with uclibc, change the build dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
SVN-Revision: 25574
14 years ago
Imre Kaloz cc880f6736 only enable binutils 2.21 for avr32 if BROKEN is selected
SVN-Revision: 25572
14 years ago
Imre Kaloz aca90e900a add some more avr32 fixes
SVN-Revision: 25571
14 years ago
Imre Kaloz 73eefab7b9 whitespace cleanup
SVN-Revision: 25570
14 years ago
Florian Fainelli 590cb083bc add support for 2.6.37, thanks Wipster!
SVN-Revision: 25569
14 years ago
Hamish Guthrie 090c042089 base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails
SVN-Revision: 25568
14 years ago
Imre Kaloz 57be27f340 add binutils 2.21
SVN-Revision: 25567
14 years ago
Imre Kaloz 3e974e67b2 combine all avr32 patches into a single one
SVN-Revision: 25566
14 years ago
Felix Fietkau f57170e7c7 librpc: do not attempt to compile if uclibc is not selected
SVN-Revision: 25565
14 years ago
Felix Fietkau 7205eb2f7a busybox: only add a build dependency on librpc if uclibc is selected
SVN-Revision: 25564
14 years ago
Imre Kaloz 74ecb8f3c6 add avr32 support
SVN-Revision: 25562
14 years ago
Felix Fietkau f3fe6605bb add a package for xfsprogs
SVN-Revision: 25558
14 years ago
Imre Kaloz 667ac6c970 additional avr32 fixes
SVN-Revision: 25556
14 years ago
Imre Kaloz 82608a62ad refresh patches
SVN-Revision: 25555
14 years ago
Imre Kaloz 238721c650 fixup gcc version selection
SVN-Revision: 25554
14 years ago
Felix Fietkau a800b91f59 kernel: add a missing module for ahci on 2.6.35+
SVN-Revision: 25553
14 years ago
Imre Kaloz e01a14ceea fixup the ubicom patch, refresh
SVN-Revision: 25552
14 years ago
Imre Kaloz 9818d6f549 refresh patches
SVN-Revision: 25551
14 years ago
Felix Fietkau e5e6dfe384 base-files: librt should depend on libpthread, not the other way around
In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt
depends on libpthread.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

SVN-Revision: 25548
14 years ago
Felix Fietkau 9d4d2587d7 add jshn (JSON SHell Notation), a small utility and shell library for parsing and generating json data
SVN-Revision: 25547
14 years ago
Jo-Philipp Wich f1ac8cf285 hostapd: allow mixed TKIP/CCMP for 11n
SVN-Revision: 25543
14 years ago
Felix Fietkau 72ca180fd7 uClibc: remove 0.9.30, 0.9.31
SVN-Revision: 25542
14 years ago
Felix Fietkau 47310844bc dnsmasq: fix logic for creating missing files
SVN-Revision: 25540
14 years ago
Jo-Philipp Wich a8850efe9e package/dnsmasq: use service_kill in initscript
SVN-Revision: 25537
14 years ago
Florian Fainelli beb132b140 add git (git-core) as a prerequisite (#8866)
SVN-Revision: 25536
14 years ago
Florian Fainelli f2f2e6118e add 2.6.37 support
SVN-Revision: 25535
14 years ago
Florian Fainelli 5d3ef77be8 add more 2.6.37 missing symbols
SVN-Revision: 25534
14 years ago
Imre Kaloz 4639632b27 the in-kernel driver should work flawlessly for some time now
SVN-Revision: 25533
14 years ago
Felix Fietkau 23ef9fcc6a squashfs4: make the lzma parameters configurable, and change the defaults for slightly improved compression on mips (mostly unchanged on other architectures)
SVN-Revision: 25530
14 years ago
Felix Fietkau d030509845 set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
SVN-Revision: 25529
14 years ago
Felix Fietkau 9f7f8110e7 base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)
SVN-Revision: 25528
14 years ago
Felix Fietkau 0a0bb9bb4a libnl-tiny: remove some more functions to reduce binary size
SVN-Revision: 25527
14 years ago
Felix Fietkau caadc06413 dropbear: compile out libtomcrypt assertion messages, saves some more space
SVN-Revision: 25526
14 years ago
Felix Fietkau f89919a7ee libnl-tiny: decrease the size a bit more by removing some unnecessary functions
SVN-Revision: 25525
14 years ago
Felix Fietkau 5d0f9914ba ppp: add a more descriptive title for ppp-multilink
SVN-Revision: 25524
14 years ago
Felix Fietkau 63fef8ed5d ppp: move multilink support into a separate build variant - saves around 30k for the default build
SVN-Revision: 25523
14 years ago