Commit Graph

12997 Commits (43d56d9b56a57b8d27ac0dbc000f55eb098a4a5e)
 

Author SHA1 Message Date
Felix Fietkau 43d56d9b56 mkimage: fix compile errors on non-glibc systems
SVN-Revision: 19095
15 years ago
Imre Kaloz 3c0f3ae294 FIT uImage support for the MPC8377-WLAN
SVN-Revision: 19094
15 years ago
Jo-Philipp Wich b28f438a37 ppp: process option dns if peerdns is off (#6474)
SVN-Revision: 19093
15 years ago
Imre Kaloz 7d5f49afc1 upgrade to 2.6.31, add preliminary support for the Freescale MPC8377E-WLAN board - not finished, yet
SVN-Revision: 19092
15 years ago
Imre Kaloz f8a49928e5 upgrade and build from the u-boot source
SVN-Revision: 19091
15 years ago
Jo-Philipp Wich f40e9e8d8a dnsmasq: only write search directive if domain is actually set
SVN-Revision: 19090
15 years ago
Imre Kaloz 46783f81ee remove unneeded patch
SVN-Revision: 19088
15 years ago
Imre Kaloz f8834b9c70 upgrade to latest kernels
SVN-Revision: 19087
15 years ago
Jo-Philipp Wich fd7889cf6f dnsmasq: add local domain as search directive to /tmp/resolv.conf
SVN-Revision: 19086
15 years ago
Michael Büsch ff6010a732 dl_cleanup: Show it to the user, if file extension or version pattern is unknown
SVN-Revision: 19085
15 years ago
Michael Büsch bee5dab1a1 dl_cleanup: Add regex for foo_1_2_3
SVN-Revision: 19084
15 years ago
Michael Büsch 9c54343555 dl_cleanup: Allow removing items from blacklist
SVN-Revision: 19083
15 years ago
Michael Büsch 274e372e4c dl_cleanup: Add linux and gcc to blacklist
SVN-Revision: 19082
15 years ago
Michael Büsch 4a2465a295 dl_cleanup: Add dry-run option
SVN-Revision: 19081
15 years ago
Felix Fietkau 8ed8fe14b2 hostapd: fix compile error with madwifi enabled
SVN-Revision: 19080
15 years ago
Gabor Juhos d8ace8978a ar71xx: add NAPI statistics to the ag71xx driver
SVN-Revision: 19079
15 years ago
Felix Fietkau afb9aa89b6 mac80211: fix patch naming
SVN-Revision: 19078
15 years ago
Felix Fietkau c40e11d79e hostapd: upgrade to latest version
SVN-Revision: 19077
15 years ago
Felix Fietkau c418fd661f mac80211: various wds related fixes
SVN-Revision: 19076
15 years ago
Gabor Juhos a37ae4f128 ar71xx: add missing flash partition for the DIR-825
SVN-Revision: 19075
15 years ago
Jo-Philipp Wich 02d30873eb dnsmasq: Fix setting the network-id for config host sections This renames name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de>
SVN-Revision: 19069
15 years ago
Felix Fietkau 28e836e392 carl9170: enable ht support by default
SVN-Revision: 19068
15 years ago
Felix Fietkau e5b704d350 carl9170: fix debugfs support
SVN-Revision: 19067
15 years ago
Felix Fietkau 6142c52634 add the carl9170 wifi driver for ar9170 devices
SVN-Revision: 19066
15 years ago
Felix Fietkau fa78fa7e43 mac80211: export a few ath header files
SVN-Revision: 19065
15 years ago
Felix Fietkau 999a050002 mac80211: fix spurious client reconnects triggered by rejected action frames being interpreted as chan switch announcements
SVN-Revision: 19064
15 years ago
Felix Fietkau fe32f100a8 mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ones are not working yet)
SVN-Revision: 19063
15 years ago
Michael Büsch c97341b761 bcm47xx: Add basic 2.6.32 support.
SVN-Revision: 19062
15 years ago
Jo-Philipp Wich d7272853a2 opkg: update to r513, move lock-file to /var/lock and drop cleanup patch - went upstream
SVN-Revision: 19061
15 years ago
Nicolas Thill 02b4c152e2 mpfr: add missing MD5SUM
SVN-Revision: 19060
15 years ago
Jo-Philipp Wich d8bd549d71 fix typo after r19054
SVN-Revision: 19059
15 years ago
Nicolas Thill 6769fc65bb kernel: cleanup crypto stuff and fix module names on 2.4
SVN-Revision: 19058
15 years ago
Nicolas Thill 04ba8ab358 kernel: remove even more calls to CompareKernelPatchVer
SVN-Revision: 19057
15 years ago
Felix Fietkau 23f08317be mac80211: merge some further fixes to the queue stop patch
SVN-Revision: 19056
15 years ago
Gabor Juhos d2ff313775 ar71xx: don't include nvram.h for the WRT400N
SVN-Revision: 19055
15 years ago
Gabor Juhos 51c76750fc ar71xx: add detailed interrupt statistics for the ag71xx driver
SVN-Revision: 19054
15 years ago
Gabor Juhos f5111bd23b kernel: use generic thread_info allocator on MIPS
* Fixes kernel panic if SLUB_DEBUG is enabled.

SVN-Revision: 19053
15 years ago
Hamish Guthrie 65b924dad7 wpa_supplicant: remove legacy PS3 gelic wpa driver support
SVN-Revision: 19052
15 years ago
Felix Fietkau e5e3624fff ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch
SVN-Revision: 19051
15 years ago
Felix Fietkau 8ec79b460c run led init after /etc/init.d/done to keep the configured led settings active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
SVN-Revision: 19050
15 years ago
Nicolas Thill 6e3bbe7843 kernel: remove more calls to CompareKernelPatchVer and use 2.4 exceptions instead
SVN-Revision: 19049
15 years ago
Nicolas Thill ad91c89f08 kernel: fix IDE modules on 2.4
SVN-Revision: 19048
15 years ago
Gabor Juhos de6bbad010 ar71xx: init PCI on the WRT400N board (thanks to Ben Pfountz for testing)
SVN-Revision: 19047
15 years ago
Nicolas Thill ba699cf1c1 ixp4xx: add missing config symbol for 2.6.30
SVN-Revision: 19046
15 years ago
Felix Fietkau 2a0225f061 mac80211: merge johill's tx queue stop fix patch from the linux-wireless list - fixes serious latency spike and tcp throughput drop issues
SVN-Revision: 19045
15 years ago
Felix Fietkau e8d518154f ar71xx: fix ubntxm image builds
SVN-Revision: 19044
15 years ago
Felix Fietkau 503cf5df83 mac80211: update ath9k tx fix with changes from upstream
SVN-Revision: 19043
15 years ago
Florian Fainelli aca9c9c81d adjust svn:ignore for cygwin builds
SVN-Revision: 19040
15 years ago
Florian Fainelli 1c50561480 make mtd-utils compile correctly on cygwin
SVN-Revision: 19039
15 years ago
Florian Fainelli 80dc021b97 remove target since it was merged as a subtarget of x86
SVN-Revision: 19035
15 years ago