1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 14:09:29 +03:00
Commit Graph

21543 Commits

Author SHA1 Message Date
juhosg
b1c9efe5ed firmware-utils/mktplinkfw: add TL-WR741ND v4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:54 +00:00
juhosg
77da44561c ar71xx: add initial support for the TL-WR741ND v4 board
The ethernet port LEDs are not working yet.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:52 +00:00
juhosg
2fb031808c ar71xx: add AR933X GMAC register defines
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:50 +00:00
juhosg
0f535ad261 ar71xx: combine LEDs setup in one file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:49 +00:00
juhosg
0fe49305de ar71xx: unify LED names on Planex boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:47 +00:00
juhosg
54e69d54d6 ar71xx: unify LED names on Buffalo boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:46 +00:00
juhosg
46393cef66 ar71xx: unify LED names on TP-Link boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 11:20:44 +00:00
juhosg
11cfb889eb ar71xx/all0258n: sysupgrade support
U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be
stored in the U-Boot environment.
If the checksums don't match during boot, a failsafe-system is booted instead.
This patch adds a board-specific sysupgrade hack for the all0258n which
calculates and updates the checksums for the U-Boot environment.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 09:23:32 +00:00
juhosg
52378540af ar71xx/all0258n: add default config
This adds default network and uboot-env settings for the ALL0258N.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 09:23:31 +00:00
juhosg
3ebdbe2f2e package/uboot-envtools: make fw_setenv symlink optional
Make the creation of the fw_set-symlink optional, so it can be
disabled in user-builds so only people who know what they are
doing will mess with uboot-env.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 09:23:29 +00:00
juhosg
18a0b2664f package/uboot-envtools: generate config-file from UCI
This adds an init-script for generating /etc/fw_env.config from UCI in
case it doesn't exist yet.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 09:23:28 +00:00
juhosg
0c3fc1dfb1 package/uboot-envtools: remove runtime dependency of zlib
zlib is a build-dependency, but in runtime zlib is not required,
see:
root@OpenWrt:/# ldd /usr/sbin/fw_printenv
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2abb2000)
        libc.so.0 => /lib/libc.so.0 (0x2abd4000)
        ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2ab9a000)

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 09:23:27 +00:00
juhosg
be7781d3ef ar71xx: remove default network config of the mzk-w04nu board as well
It works with the generic config.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 09:23:25 +00:00
juhosg
80cb3a89ce ar71xx: remove empty dir after r28692
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-31 14:36:47 +00:00
juhosg
1e4e4a0fab ar71xx: remove LED setup of nonexistent interfaces on RB750
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28693 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-31 14:26:56 +00:00
juhosg
c586df7775 ar71xx: remove default network config of the wnr2000 board
It is the same as the generic configuration.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-31 14:26:51 +00:00
acinonyx
a13974d396 .gitignore: Ignore Emacs editor generated files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-31 09:37:59 +00:00
acinonyx
893d0c6df4 [ramips] rt305x: Create factory image for Fonera 2.0n
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-31 09:23:44 +00:00
acinonyx
771b5bebc2 [tools] Add firmware tool for generating factory images for Edimax devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-30 22:57:41 +00:00
mb
b67bdb0144 omap24xx: Default to linux-3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-30 22:42:00 +00:00
mb
e77f6c670d omap24xx: Fix n810 LCD initialization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-30 20:31:45 +00:00
mb
bcb479b352 omap24xx: Fix n810 boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-30 18:46:45 +00:00
jow
d3b6c9da0d [package] base-files: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28681 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-30 15:48:14 +00:00
juhosg
5a382347ed ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a 32-bit value
Aparently $magic_long was meant here instead of $magic when comparing with
32-bit values.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-30 13:06:30 +00:00
mb
2691ee027d omap24xx: Refresh 3.1 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 22:52:44 +00:00
mb
9c6027e5b7 omap24xx: Refresh 3.1 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 22:52:07 +00:00
mb
560730403d Fix tusb patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 22:33:59 +00:00
mb
58deaa7240 omap24xx: Fix MUSB compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 22:26:27 +00:00
mb
80b92379ed omap24xx: Add n800 touchscreen and keypad drivers.
Thanks to Marat Radchenko.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 20:35:36 +00:00
mb
d63172b5b3 omap24xx: Add 3.1 patchset.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 19:02:50 +00:00
jow
41db87f4cc [package] firewall: relocate TCPMSS rules into mangle table, add code to selectively clear them out again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 18:02:45 +00:00
nico
a0b9641a8f 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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 15:03:56 +00:00
nico
16bb615819 package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: #8045)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 13:20:36 +00:00
nico
8ef02b4851 package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewire
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-29 13:20:30 +00:00
nico
663308adb4 package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be sleep-deprived?)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 22:22:13 +00:00
nico
ac9f1c3627 package/kernel: enable kmod-ata-core & kmod-scsi-core on x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 19:16:27 +00:00
nico
e488e8649b package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 19:16:21 +00:00
nico
288c6f063a package/kernel: move MD4 crypto module in its own package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 19:16:12 +00:00
nico
c848be0068 package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 14:31:29 +00:00
nbd
e722031640 scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 14:09:12 +00:00
nico
41f2b5ed5f package/kernel: prefix library modules with lib-
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:24:41 +00:00
nico
37060bdd68 package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:11:17 +00:00
nico
096a73e613 package/kernel: add kmod-lib-lzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:11:12 +00:00
nico
00a1fec9df package/kernel: remove SetDepends not needed anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:11:06 +00:00
nico
c2e85f61ae package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:11:01 +00:00
nico
cf3f9f62ed package/kernel: move crc32c in its own package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:10:55 +00:00
nico
801c73f8b8 package/blockmount: simplify extroot module loading logic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:10:50 +00:00
nico
378a89660e kernel: build kmod even for modules built-in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:10:43 +00:00
nbd
f2b25b5e18 comgt: add missing file (fixes #10301)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 11:30:21 +00:00
mb
aab08e256e bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for older kernels automagically.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-27 21:22:53 +00:00