Commit Graph

15965 Commits (676520cf654250ac9fa0f7a686127a7da2c29b36)
 

Author SHA1 Message Date
Michael Büsch 676520cf65 ensure an empty BUILD_DIR variable is passed down u-boot's makefile
SVN-Revision: 23832
14 years ago
Alexandros C. Couloumbis 42eee22a9b package/madwifi: fix r23829 commit
SVN-Revision: 23830
14 years ago
Alexandros C. Couloumbis 20bf929ad8 package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118)
SVN-Revision: 23829
14 years ago
Alexandros C. Couloumbis a2d17ea8cf target/linux: add preliminary 2.6.37 kernel support
SVN-Revision: 23828
14 years ago
Michael Büsch 55081c6a19 deptest: --force also overrides blacklist stamps
SVN-Revision: 23827
14 years ago
Michael Büsch ae6b08d22b deptest: Add --force to force a test
SVN-Revision: 23826
14 years ago
Michael Büsch 050902efd7 deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test.
SVN-Revision: 23825
14 years ago
Felix Fietkau f75ac90b69 ath9k: fix cycle counter tracking
SVN-Revision: 23824
14 years ago
Felix Fietkau 8bab3639b3 ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
SVN-Revision: 23823
14 years ago
Felix Fietkau b4e2c09b46 ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
SVN-Revision: 23822
14 years ago
Michael Büsch 00e1797f14 deptest: Add option for lean test
SVN-Revision: 23821
14 years ago
Michael Büsch 1e317e8f43 deptest: Add sanity check to avoid trouble with illegal package names
SVN-Revision: 23819
14 years ago
Michael Büsch 57ccc7e834 deptest: Support specifying certain packages to test on the commandline.
SVN-Revision: 23818
14 years ago
Vasilis Tsiligiannis 87cba7eb46 hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164)
SVN-Revision: 23817
14 years ago
Michael Büsch 0e2b397a8b deptest: Add optional blacklisting
SVN-Revision: 23811
14 years ago
Michael Büsch ba91f56bf4 deptest: Check for .config
SVN-Revision: 23810
14 years ago
Michael Büsch 87fe1d36d3 deptest: Install the kernel at init stage
SVN-Revision: 23809
14 years ago
Michael Büsch e37d386dfc deptest: Better detection of base directory
SVN-Revision: 23807
14 years ago
Michael Büsch 0cacb5855d deptest: Also make sure the toolchain is built in the initialization step. This makes it possible to run the script from within a fresh tree.
SVN-Revision: 23806
14 years ago
Michael Büsch 0f21452ff8 deptest: Also create "failed" stamps. This makes it easier to check what failed after the script finished.
SVN-Revision: 23805
14 years ago
Michael Büsch 6bb89b547a deptest: Add shbang
SVN-Revision: 23804
14 years ago
Michael Büsch 12dfecd4be deptest: Fix indent
SVN-Revision: 23803
14 years ago
Felix Fietkau dd7c8797ec make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
SVN-Revision: 23796
14 years ago
Felix Fietkau 8d40973058 make the display support feature flag selectable
SVN-Revision: 23791
14 years ago
Imre Kaloz 4cdf723097 switch to uClibc 0.9.31
SVN-Revision: 23781
14 years ago
Imre Kaloz 5403c77633 switch to binutils 2.20.1 (except for avr32 and ubicom32)
SVN-Revision: 23780
14 years ago
Imre Kaloz 9611a0f606 remove support for uClibc 0.9.30.2 and 0.9.30.3
SVN-Revision: 23779
14 years ago
Imre Kaloz 1f4543eedc more 2.6.36 config symbols..
SVN-Revision: 23778
14 years ago
Imre Kaloz 9f7da0f900 add additional config symbols
SVN-Revision: 23777
14 years ago
Imre Kaloz c1209bde02 refresh 2.6.36 patches
SVN-Revision: 23776
14 years ago
Imre Kaloz d50ec03710 update the gpiolib patch
SVN-Revision: 23775
14 years ago
Imre Kaloz 3b1eb0f07c remove unneeded patches
SVN-Revision: 23774
14 years ago
Imre Kaloz 6e3a7fea20 support only 2.6.32 and 2.6.36
SVN-Revision: 23773
14 years ago
Imre Kaloz 68dbac93fc add a patch to export dma_set_coherent_mask
SVN-Revision: 23772
14 years ago
Imre Kaloz 7ff27c6ff5 this is not a platform specific patch
SVN-Revision: 23771
14 years ago
Imre Kaloz daa9161eaa add some additional 2.6.36 symbol
SVN-Revision: 23770
14 years ago
Alexandros C. Couloumbis 199cd21c06 package/apex: fix a compile issue
SVN-Revision: 23768
14 years ago
Michael Büsch 548ae3d28a n810-gui profile: Add xkeyboard-config
SVN-Revision: 23767
14 years ago
Florian Fainelli cc19ab72ac switch to 2.6.36
SVN-Revision: 23762
14 years ago
Florian Fainelli b37b7ff9be set the mac address using the chip-unique serial number
SVN-Revision: 23761
14 years ago
Florian Fainelli 90165562aa add support for 2.6.36 kernel
SVN-Revision: 23760
14 years ago
Florian Fainelli cbf63d4c93 resync kernel config
SVN-Revision: 23759
14 years ago
Jo-Philipp Wich f52274bf2f uci: use a delete-safe iterator in the Lua :foreach() function The following test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)'
SVN-Revision: 23757
14 years ago
Florian Fainelli 21aeb28779 initialize clocks earlier for lpj to be correct (#7548)
SVN-Revision: 23746
14 years ago
Florian Fainelli 32ec735d8a refresh 2.6.32 patches
SVN-Revision: 23745
14 years ago
Felix Fietkau 97b3d9688c remove an obsolete comment for the flock template
SVN-Revision: 23744
14 years ago
Felix Fietkau b34a0b3282 fix usage of flock - use the command mode instead of locking a file descriptor to fix build issues on mac os x
SVN-Revision: 23743
14 years ago
Felix Fietkau f742f85c2e nl80211: fix a station dump crash triggered by sending an invalid ifindex
SVN-Revision: 23741
14 years ago
Felix Fietkau d9f29a16a0 add missing SH_FUNC for remaining md5s calls (#7888)
SVN-Revision: 23739
14 years ago
Felix Fietkau e0194cb763 hostapd: move the madwifi segfault fix to the right place
SVN-Revision: 23738
14 years ago