Commit Graph

12088 Commits (25fadf0b072ea93bbe18fe51767f40c378e267b4)
 

Author SHA1 Message Date
Felix Fietkau 25fadf0b07 make scripts/ipkg more portable by using printf instead of echo -n
SVN-Revision: 17729
15 years ago
Felix Fietkau dc12314e83 ramips: since both subtargets are marked as broken, move FEATURES to the main target and mark the whole target as broken. avoids unnecessary user confusion about inexplicable build failures
SVN-Revision: 17728
15 years ago
Felix Fietkau e0dd793ff5 kernel: refresh the vm exports patch in 2.6.31
SVN-Revision: 17727
15 years ago
Felix Fietkau 2ae19cb459 kernel: add a patch for union mounts in 2.6.31
SVN-Revision: 17726
15 years ago
Felix Fietkau 7b676478d1 x86: switch to 2.6.31
SVN-Revision: 17725
15 years ago
Felix Fietkau 4b396d147d busybox: add support for union mounts (not included in the kernel yet)
SVN-Revision: 17724
15 years ago
Felix Fietkau 77fc4ffcc7 x86: add support for 2.6.31
SVN-Revision: 17723
15 years ago
Felix Fietkau ac8c461d50 x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)
SVN-Revision: 17722
15 years ago
Felix Fietkau 1b35350431 iptables: fix build error with linux 2.6.31
SVN-Revision: 17721
15 years ago
Felix Fietkau a2f344ec84 kernel: if block2mtd does not find the device immediately, use wait_for_device_probe() before trying again (should fix squashfs/jffs2 image boot issues), patch from #5216
SVN-Revision: 17720
15 years ago
Felix Fietkau 49ec2321b7 gcc: fix a linker error in 4.3.3 and 4.3.4 that is triggered by including an object in a linking process which is already part of libbackend.a
SVN-Revision: 17718
15 years ago
Felix Fietkau c30639b1e8 gmp: upgrade to 4.3.1 and fix compile on 64-bit mac os x
SVN-Revision: 17717
15 years ago
Felix Fietkau 7de1e0f116 host build: do not hide the configure command
SVN-Revision: 17716
15 years ago
Felix Fietkau 920ff49232 libtool: update to 1.5.26 (patch from #4905)
SVN-Revision: 17715
15 years ago
Felix Fietkau 32bb31ca36 base-files: add libgcc dependency to libc (#5262)
SVN-Revision: 17714
15 years ago
Felix Fietkau e9ec3a6e68 firewall: add sanity checks to zone default rules (patch from #5459)
SVN-Revision: 17713
15 years ago
Felix Fietkau 615a4d1e45 Add documentation for passphrase option.
The wifi-iface actually supports an undocumented option to choose
whether to treat a passphrase as a text passphrase or an encoded
passphrase (like encoded by the wpa_passphrase utility). This patch
documents that functionality.

Signed-off-by: Warren Turkal <wt@penguintechs.org>

SVN-Revision: 17712
15 years ago
Felix Fietkau 3ede844486 update dnsmasq to 2.50 (#5784)
SVN-Revision: 17711
15 years ago
Felix Fietkau 71595d7ce8 brcm47xx - add cache workarounds to 2.6.28 (merged from 2.6.30), fixes #4293, should fix #2374
SVN-Revision: 17710
15 years ago
Felix Fietkau 81a9b94ba1 merge r17683 to 2.6.30
SVN-Revision: 17701
15 years ago
Felix Fietkau eae1270eaf atheros: add config and patches for 2.6.31 (untested), includes patch from #5847
SVN-Revision: 17700
15 years ago
Felix Fietkau abd35497ad add bfs to linux 2.6.31
SVN-Revision: 17699
15 years ago
Gabor Juhos 8458d7c73b ar71xx: flush mii register writes
SVN-Revision: 17695
15 years ago
Gabor Juhos fb5d52ee9f ar71xx: refresh 2.6.28 patches
SVN-Revision: 17694
15 years ago
Gabor Juhos 0eba7ba4ff ar71xx: don't use mac_base2 in the ag71xx driver
SVN-Revision: 17693
15 years ago
Gabor Juhos 6ed55b43d7 ar71xx: remove some extern directives in the ag71xx driver
SVN-Revision: 17692
15 years ago
Felix Fietkau a58bb0a47a madwifi: fix bugs in the calibration triggers
SVN-Revision: 17691
15 years ago
Felix Fietkau 802ea84054 madwifi: fix a theoretical tx buffer leak
SVN-Revision: 17690
15 years ago
Felix Fietkau 0e2e5cae7a madwifi: fix beacon slot handling and add support for more than 4 vaps (useful for wds per-sta interfaces)
SVN-Revision: 17689
15 years ago
Felix Fietkau ca1b63e891 madwifi: fix sta mode reconnect when roaming between different aps of the same essid
SVN-Revision: 17688
15 years ago
Felix Fietkau bbc9700310 madwifi: fix maximum txpower display
SVN-Revision: 17687
15 years ago
Felix Fietkau a29453627d merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31
SVN-Revision: 17686
15 years ago
Gabor Juhos f8da6ac9c6 kernel: refresh 2.6.30 patches
SVN-Revision: 17685
15 years ago
Gabor Juhos 1eeff91ada uml: refresh patches
SVN-Revision: 17684
15 years ago
Gabor Juhos 60132f56f7 kernel: check return code of nla_parse in pcomp_lzma on 2.6.31
SVN-Revision: 17683
15 years ago
Nicolas Thill c9bc7c504c add external toolchain support, enhance native toolchain support (special thanks to Luigi Mantellini for his help... and patience ;)
SVN-Revision: 17682
15 years ago
Felix Fietkau 6f4e700acd when using -O2 instead of -Os, get rid of the two optimizations that are causing most of the extra bloat. brings kernel size close to the -Os size again
SVN-Revision: 17679
15 years ago
Felix Fietkau 0754070949 unlzma: fix a race condition and add some optimizations to improve performance also make peek_old_byte errors non-fatal
SVN-Revision: 17678
15 years ago
Jo-Philipp Wich 392e45ef09 implement doth (802.11h) and wmm (802.11e) options for broadcom as well; update docs
SVN-Revision: 17676
15 years ago
Jo-Philipp Wich f58536ff83 use mktemp instead of tempfile in combined-image.sh to make it work on OS X
SVN-Revision: 17674
15 years ago
Nicolas Thill 6478e24f7d accommodate for 5 digits svn revisions :)
SVN-Revision: 17670
15 years ago
Jo-Philipp Wich f20af38322 Implement a preliminary combined image format. - add sysupgrade support for combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target
SVN-Revision: 17668
15 years ago
Felix Fietkau 5b02773940 mtd: fix wrong open() return code checks
SVN-Revision: 17666
15 years ago
Lars-Peter Clausen f2c1e05f37 Add 2.6.31 patches
SVN-Revision: 17665
15 years ago
Hamish Guthrie 59e3af45d1 Cleaned config-2.6.31 defaults for PPC
SVN-Revision: 17664
15 years ago
Felix Fietkau 61a94268ec Add default /etc/dnsmasq.conf
dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records.
However, those options sometimes can not be passed as
command-line arguments due to excess length.  This patch tries to
solve this problem:

1. Provide /etc/dnsmasq.conf file with comments about adding
   SRV/PTR/TXT/CNAME records.
2. Add this file to conffiles list so it is preserver during
   backup/restore or system upgrade.

If someone needs a lot of custom records, default configuration
file can be edited.  Since manual pages and documentation is not
installed, provided comments should be enough to figure out
option syntax.

Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>

SVN-Revision: 17663
15 years ago
Felix Fietkau 9474d99dc0 mtd: bump release
SVN-Revision: 17661
15 years ago
Felix Fietkau a512be592f mtd: update copyright headers
SVN-Revision: 17660
15 years ago
Felix Fietkau 63c91af404 mtd: add support for rewriting the fis table layout on redboot based systems
SVN-Revision: 17659
15 years ago
Felix Fietkau 87a8e8ac10 implement write support for partitions covering only a part of an eraseblock (buffer data that would otherwise be erased)
SVN-Revision: 17658
15 years ago