Commit Graph

5880 Commits (98d6f2e1d9fd0cae92ac04701c1f70bf3bd5ae8f)

Author SHA1 Message Date
Jo-Philipp Wich ef6d7a7e33 base-files: fix typo
SVN-Revision: 28681
13 years ago
Michael Büsch a3db2f2055 omap24xx: Fix MUSB compile
SVN-Revision: 28674
13 years ago
Jo-Philipp Wich 50a22f4f9e firewall: relocate TCPMSS rules into mangle table, add code to selectively clear them out again
SVN-Revision: 28669
13 years ago
Nicolas Thill 0a84f6a74e package/kernel: various NLS handling fixes
* move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639)
 * make kmod-usb-core use it
 * fix deps generated from its arguments (as used in kmod-fs-hfsplus)

SVN-Revision: 28668
13 years ago
Nicolas Thill 0c95fe5de1 package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: #8045)
SVN-Revision: 28666
13 years ago
Nicolas Thill defe47ebbc package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewire
SVN-Revision: 28665
13 years ago
Nicolas Thill 04f03b149d package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be sleep-deprived?)
SVN-Revision: 28663
13 years ago
Nicolas Thill 01fcc80afc package/kernel: enable kmod-ata-core & kmod-scsi-core on x86
SVN-Revision: 28662
13 years ago
Nicolas Thill 897ab36e93 package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055)
SVN-Revision: 28661
13 years ago
Nicolas Thill c824c76aae package/kernel: move MD4 crypto module in its own package
SVN-Revision: 28660
13 years ago
Nicolas Thill 4eeb0e1246 package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)
SVN-Revision: 28659
13 years ago
Nicolas Thill ab29084cdb package/kernel: prefix library modules with lib-
SVN-Revision: 28656
13 years ago
Nicolas Thill fb1297dd1f package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs
SVN-Revision: 28655
13 years ago
Nicolas Thill 340e50b393 package/kernel: add kmod-lib-lzo
SVN-Revision: 28654
13 years ago
Nicolas Thill a13f6a4b75 package/kernel: remove SetDepends not needed anymore
SVN-Revision: 28653
13 years ago
Nicolas Thill 1f1ae372dd package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c only
SVN-Revision: 28652
13 years ago
Nicolas Thill a66a8875bb package/kernel: move crc32c in its own package
SVN-Revision: 28651
13 years ago
Nicolas Thill 3bcb16b305 package/blockmount: simplify extroot module loading logic
SVN-Revision: 28650
13 years ago
Felix Fietkau b58d54f621 comgt: add missing file (fixes #10301)
SVN-Revision: 28648
13 years ago
Michael Büsch b2d89b45d3 bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for older kernels automagically.
SVN-Revision: 28638
13 years ago
Felix Fietkau 5601dc5f38 comgt: fix pin code config option
SVN-Revision: 28637
13 years ago
Felix Fietkau 3eea31fc6d comgt: delay 3g bringup for sierra wireless cards until the card has locked on to the carrier, this helps with avoiding firmware hangs (thx, chris)
SVN-Revision: 28636
13 years ago
Felix Fietkau c932bcee1c add sierra-directip, a package based on the latest DirectIP capable sierra wireless drivers + some fixes
SVN-Revision: 28635
13 years ago
Felix Fietkau d495281b6e comgt: port 3g.sh to netifd
SVN-Revision: 28634
13 years ago
Felix Fietkau 2af4d04336 ubus: update to latest version, fixes recursion issues in libubus
SVN-Revision: 28633
13 years ago
Felix Fietkau bebd9aec71 netifd: update, prefix proto handler callbacks with 'proto_'
SVN-Revision: 28632
13 years ago
Felix Fietkau 24bf5c41a0 netifd: remove obsolete _init callbacks, set available=1 for ppp
SVN-Revision: 28631
13 years ago
Felix Fietkau b3d7c7b1b5 netifd: allow ppp based proto handlers to override the connect/disconnect script
SVN-Revision: 28630
13 years ago
Felix Fietkau 1138f84e6c netifd: update to latest, adds support for protocol notifiers to signal interface availability
SVN-Revision: 28629
13 years ago
Jo-Philipp Wich c7ac1b5b0c firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is given but does not resolve to an ip
SVN-Revision: 28628
13 years ago
Jo-Philipp Wich 52e93e54bc base-files: sysupgrade: kill all but essential processes before starting the update
SVN-Revision: 28626
13 years ago
Jo-Philipp Wich 825658977f Add QoS firewall stop script generation
To prevent code duplication for clearing QoS firewall rules, support
"firewall stop" arguments to generate.sh to generate the necessary
script commands.  Make use of this from qos-stop.

Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com>

SVN-Revision: 28623
13 years ago
Jo-Philipp Wich 3ffe66cbe0 Add qos_* iptables chain namespace for QoS
Prefix the names of the iptables chains used for QoS with "qos_" to
allow for identification of QoS chains for removal across configuration
changes.  When clearing QoS iptables chains, only remove chains with the
namespace prefix in order to preserve user and/or other package chains
in the mangle table.

Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com>

SVN-Revision: 28622
13 years ago
Felix Fietkau 18368debf1 libubox: update to latest version, fixes issues with using the library from C++ code
SVN-Revision: 28619
13 years ago
Gabor Juhos 4cc48089c7 base-files/sysupgrade: add more busybox applet symlinks to ramdisk
Adds symlinks for printf and wc to make life happier in the sysupgrade ramdisk.
Also make code more readable by escaping that overly long line.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 28616
13 years ago
Jo-Philipp Wich 219d772ce8 busybox: disable rdate, enable ntpd by default
SVN-Revision: 28613
13 years ago
Jo-Philipp Wich 272d95f0f1 base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system.
SVN-Revision: 28612
13 years ago
Felix Fietkau 803c7edcb3 netifd: if core dump support is enabled, use it. also add some delay after start to avoid race conditions with other init scripts
SVN-Revision: 28611
13 years ago
Felix Fietkau 883272696f netifd: update to the latest version, contains small fixes for interface reloading and adds support for dependency handling of stacked devices like dsa
SVN-Revision: 28610
13 years ago
Jonas Gorski 1c251e09ba package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)
SVN-Revision: 28601
13 years ago
Jonas Gorski dccc9a6c2e package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)
SVN-Revision: 28600
13 years ago
Nicolas Thill 1663fb6425 package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)
SVN-Revision: 28598
13 years ago
Nicolas Thill 772a22ccb1 package/zlib: include zlib.pc (pkconfig)
Compiling zlib produces zlib.pc (pkgconfig), but it is not currently
installed in staging_dir/usr/lib/pkgconfig. If it was included other
packages depending on zlib could easier be compiled.

Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com>

SVN-Revision: 28591
13 years ago
Felix Fietkau 5fa4348a70 busybox: fix a compile error on mac os x
SVN-Revision: 28578
13 years ago
Jo-Philipp Wich 2f5cb96222 mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 28573
13 years ago
Gabor Juhos 61441fe2de package/u-boot-envtools: update to version 2011.06.
This updates uboot-envtools to the version which comes with U-Boot 2011.06.
The important novelity is that fw_setenv now supports batch processing, which
greatly improves sysupgrade of the ALL0258N as otherwise we would have to
overwrite uboot-env up to 8x in a single firmware upgrade.
Unfortunately, no newer version of the sources is available from Debian, so we
got to take it from the u-boot source which is kinda ugly...

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 28566
13 years ago
Nicolas Thill 8f7d6c66e1 package/ipset: move out to packages/net/
SVN-Revision: 28561
13 years ago
Nicolas Thill 98c5037127 package/perf: move out to packages/devel/
SVN-Revision: 28560
13 years ago
Felix Fietkau 51370f3b28 netifd: update to latest version, fixes a crash on dhcp renew
SVN-Revision: 28557
13 years ago
Jo-Philipp Wich 9f419bc308 relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3
SVN-Revision: 28554
13 years ago