Commit Graph

8856 Commits (55f3b8ade23f63bbc8d9365c1f951b8081efc869)
 

Author SHA1 Message Date
Florian Fainelli 55f3b8ade2 Do not try to build autoconf emacs library, as it can fail on some systems like Fedora core 9
SVN-Revision: 12562
16 years ago
Florian Fainelli ae253edfbe au1000: fix gpio output
when setting the output state of one GPIO pin we have to keep the state of the
other pins, hence use binary OR. also gpio_direction_output() wants to set an
initial value, so add that too.

this fixes a problem with the USB power switch on mtx-1 boards. (#3974)

Signed-off-by: Bruno Randolf <br1@einfach.org>

SVN-Revision: 12561
16 years ago
John Crispin 8dc12e9096 bump ifxmips to 2.6.26.2
SVN-Revision: 12557
16 years ago
Felix Fietkau 480864baef fix autoconf compilation (#3956)
SVN-Revision: 12554
16 years ago
Gabor Juhos 90904e3704 firmware-utils/mkmylofw: WP543 support
SVN-Revision: 12552
16 years ago
Felix Fietkau 5437cc1f7c target features: fix usb support detection
SVN-Revision: 12551
16 years ago
John Crispin 6eefb5071d fixes script that mounts usd storage when it gets attached
SVN-Revision: 12548
16 years ago
Steven Barth 05118305ec dnsmasq: Use a more intelligent way of parsing dhcp-options using the new UCI list datatype
SVN-Revision: 12547
16 years ago
Felix Fietkau fefd23fe13 restore the /tmp/resolv.conf symlink when stopping dnsmasq
SVN-Revision: 12546
16 years ago
Gabor Juhos e15237af0a build more image types
SVN-Revision: 12545
16 years ago
Gabor Juhos b63a7c8640 add gpio-buttons devices
SVN-Revision: 12544
16 years ago
Gabor Juhos dd8499cc26 simplify leds-gpio device registration
SVN-Revision: 12543
16 years ago
Steven Barth 243904d496 feeds: Switched to LuCI stable branch
SVN-Revision: 12542
16 years ago
Felix Fietkau 71b6a22476 madwifi: add missing include file for the tools multicall binary
SVN-Revision: 12541
16 years ago
Felix Fietkau f7ad843fdc madwifi: select the right hal binary for EABI on ARM
SVN-Revision: 12540
16 years ago
Gabor Juhos 700d906da5 2.6.26: fix build error caused by the gpio sysfs stuff
SVN-Revision: 12536
16 years ago
Felix Fietkau 359c7e3eb6 upgrade to uci 0.6.2 (bugfixes)
SVN-Revision: 12535
16 years ago
Gabor Juhos 98af79bc2b 2.6.26: fix gpio sysfs patch, forgot to refresh it
SVN-Revision: 12529
16 years ago
Gabor Juhos da7312105d register gpio-leds on the WP543 board
SVN-Revision: 12528
16 years ago
Gabor Juhos 09a0c73169 enable gpio sysfs support
SVN-Revision: 12527
16 years ago
Gabor Juhos c6f0aadc2b 2.6.26: backport gpio sysfs support form 2.6.27-rcX
SVN-Revision: 12526
16 years ago
Gabor Juhos c291408374 enable USB support, and sync kernel config
SVN-Revision: 12521
16 years ago
Gabor Juhos 7914091d97 make use the USB controller on the WP543 board
SVN-Revision: 12520
16 years ago
Gabor Juhos e9775a5e10 fix platform device ids of the USB controllers
SVN-Revision: 12519
16 years ago
Gabor Juhos f9afbda3d6 fix EHCI driver
SVN-Revision: 12518
16 years ago
Gabor Juhos dd3eea99fa fix phy id on the WP543 board
SVN-Revision: 12517
16 years ago
Felix Fietkau a6fdbbabdd fix ccache installation (#3942)
SVN-Revision: 12515
16 years ago
Felix Fietkau c6736f006e fix shell return status of the find symlink command
SVN-Revision: 12514
16 years ago
Felix Fietkau 3b937f85e8 add default Build/Install template, which is activated by setting PKG_INSTALL=1
SVN-Revision: 12512
16 years ago
Felix Fietkau e08253b1c2 change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags
SVN-Revision: 12511
16 years ago
Felix Fietkau 6acecfb3cd add -rpath-link to TARGET_LDFLAGS by default
SVN-Revision: 12510
16 years ago
Felix Fietkau 56885c545e fix recursive symlink issue
SVN-Revision: 12508
16 years ago
Felix Fietkau 096531f61e make sure that when the kernel config changes, compile is triggered for all kernel dependent packages
SVN-Revision: 12503
16 years ago
Felix Fietkau 973d7e80d7 fix ./scripts/env for newer git versions
SVN-Revision: 12502
16 years ago
Felix Fietkau 081d16fed0 remove 0-byte files
SVN-Revision: 12501
16 years ago
Felix Fietkau 6e426abba1 nuke ipkg, now that we use opkg, we don't need it anymore
SVN-Revision: 12500
16 years ago
Imre Kaloz 88041e0f1b final fix for BCM5354 USB cores, hopefully
SVN-Revision: 12499
16 years ago
Felix Fietkau 059e7be269 remove ipkg from busybox
SVN-Revision: 12498
16 years ago
Felix Fietkau 2a58b9c729 remove awx from busybox, refresh patches
SVN-Revision: 12497
16 years ago
Felix Fietkau e833cd9c61 BusyBox httpd Accept Header Patch
With this patch the BusyBox httpd pass the "Accept:" and
"Accept-Language:" header by the environment variables to the
CGI-Script, so this can make Content Negotiation to deliver the page in
the language, which was selected by the user in the browser settings,
and/or serve the XHTML page with the right MIME-Type
application/xhtml+xml to user agents which support it und text/html
which don't.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>

SVN-Revision: 12496
16 years ago
Felix Fietkau c2e0f61e56 provide a md5sum wrapper for BSDish systems
SVN-Revision: 12495
16 years ago
Felix Fietkau b0d8473bf4 get rid of a shell warning if md5sum is not found
SVN-Revision: 12494
16 years ago
Felix Fietkau 6f16d961a5 clean up md5s() shell function
SVN-Revision: 12493
16 years ago
Felix Fietkau 799e7a8fa8 disable autorebuild for the toolchain, as it can easily lead to build breakages
SVN-Revision: 12492
16 years ago
Felix Fietkau a7d856c4ce add prereq check for extended getopt (#3944)
SVN-Revision: 12491
16 years ago
Felix Fietkau 4f3876f4ee quilt depends on sed
SVN-Revision: 12490
16 years ago
Felix Fietkau dd8a612816 madwifi upstream does not work on wisoc
SVN-Revision: 12489
16 years ago
Felix Fietkau 76c95e5692 fix madwifi upstream compile for mips (#3952)
SVN-Revision: 12488
16 years ago
Travis Kemen 347913a53c add option to cache local queries, from sn9
SVN-Revision: 12485
16 years ago
Lars-Peter Clausen fbdb8046c2 Fix enabling of init scripts.
SVN-Revision: 12482
16 years ago