1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Commit Graph

  • 5a3f291f1a add 16MB flash support for ar2315 (who knows...?) nbd 2007-02-20 22:44:59 +00:00
  • e6a49e7bd0 nuke even more debug stuff nbd 2007-02-20 22:35:12 +00:00
  • 6ccf8044b3 sorry, last commit had a bug nbd 2007-02-20 22:04:49 +00:00
  • 3cefc94b00 fix debug patch for ahb nbd 2007-02-20 22:00:29 +00:00
  • 48ba3e7023 fix wireless-tools install *sigh* - thanks Kesha for noticing it kaloz 2007-02-20 15:26:29 +00:00
  • b774325e71 disable debugging stuff in madwifi - saves precious flash space :) kaloz 2007-02-20 13:16:51 +00:00
  • 7150f5906a make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom) nbd 2007-02-19 23:28:09 +00:00
  • cf584e2200 autodetect flash width - thanks to Kestutis Kupciunas kaloz 2007-02-19 22:33:06 +00:00
  • cedcb81f30 use radio0 only on the 5312 kaloz 2007-02-19 22:22:26 +00:00
  • 5324818c9d fix ar2315 rootfs mount nbd 2007-02-19 16:48:02 +00:00
  • f531e1f344 Upgrade comgt to 0.32 (#1347) florian 2007-02-19 11:17:13 +00:00
  • 59922ade8e Fix another typo, definitively closes #1370 florian 2007-02-19 10:08:40 +00:00
  • 8390097182 Fix a typo for videodev modules (#1371) florian 2007-02-19 09:51:12 +00:00
  • e54bff6ab9 Fix a typo with latest driver, module name changed (#1370) florian 2007-02-19 09:46:25 +00:00
  • 324d6bc6aa add documentation fixes from #1285 nbd 2007-02-18 16:46:46 +00:00
  • a7cb17cea9 Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing blocks, block2mtd checks the block on the physical disk to see if everything's filled with 0xff. When grabbing a page from the page cache, it initializes the limit as <start address> + PAGE_SIZE. Turns out that the pointer to the status page is (unsigned long *), and thus it adds (PAGE_SIZE * 4). This would never have been caught, if it wasn't for the unlikely event that block2mtd catches the *last* page available in the system ram and thus tries to scan 4 memory pages from there. The absolutely trivial fix is to do a double cast (cast to (u8 *), add PAGE_SIZE, then cast to (unsigned long *)) nbd 2007-02-18 13:52:14 +00:00
  • 28a667defe disable dma offset for now nbd 2007-02-17 23:02:49 +00:00
  • 68bffe977f fix ar2312/2313 mac detection nbd 2007-02-17 22:22:14 +00:00
  • 0624bfd74f add e1000 support nbd 2007-02-16 19:51:27 +00:00
  • 2e7be87a37 remove useless newlines nbd 2007-02-16 19:45:26 +00:00
  • 48253766fb fix memleak in uniq (#1354) nbd 2007-02-16 19:15:30 +00:00
  • 4f378c0fe5 make kernel_menuconfig work without target toolchain nbd 2007-02-16 17:28:22 +00:00
  • a0b81f62b8 document make kernel_menuconfig nbd 2007-02-16 17:16:45 +00:00
  • cd23d9d0f2 add top-level kernel_menuconfig target to unpack and reconfigure the kernel - uses config.pl to generate target/linux/*/config and config-diff nbd 2007-02-16 16:59:44 +00:00
  • 89737ef9ca more cleanup nbd 2007-02-16 10:01:59 +00:00
  • fc14823cc7 remove squashfs repartitioning hacks from spiflash driver - will be ported to redboot parsing code later nbd 2007-02-16 09:57:24 +00:00
  • 6869d66ad6 major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces nbd 2007-02-16 09:23:15 +00:00
  • ee43602dd3 missed a reference to compile-targets mbm 2007-02-16 01:12:05 +00:00
  • 29aa86591f remove obsolete compile-targets rule mbm 2007-02-16 01:06:23 +00:00
  • 3e032c51fe remove annoying package rm command nbd 2007-02-16 01:00:31 +00:00
  • cd5ee7a7f4 when building a package, make sure that older versions get removed nbd 2007-02-16 01:00:01 +00:00
  • 0753eb7920 some ar531x cleanup nbd 2007-02-15 21:52:13 +00:00
  • 7a96ce09ea fix pcmcia modules load order (closes: #1355) nico 2007-02-14 12:53:04 +00:00
  • 0d64ffb3e3 add fix for kernel headers to allow offsetof access from user space nbd 2007-02-14 02:42:08 +00:00
  • 28e2a0fe9d fix tar segfault (patch from busybox svn rev. 17772) nbd 2007-02-13 23:02:44 +00:00
  • 05a9b9ce9c make the uml kernel config compatible with both 32 bit and 64 bit systems nbd 2007-02-13 15:20:45 +00:00
  • fbb1840b03 fix multiport netfilter module installation (patch from #1280) nbd 2007-02-13 03:08:48 +00:00
  • 3f05dd35b2 move tlb change for mips 4KC to generic patches (required for most mips targets) nbd 2007-02-13 00:55:11 +00:00
  • df68e5dff3 Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. nbd 2007-02-12 23:50:40 +00:00
  • 80d27b5e3c Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1 mbm 2007-02-12 22:54:56 +00:00
  • fb16e407a9 fix dnsmasq parsing of /etc/hosts for fqdn cases like "localhost." mbm 2007-02-12 22:47:25 +00:00
  • 14f10a2ff8 add some more busybox patches from upstream nbd 2007-02-12 22:34:54 +00:00
  • c33c50b4bc add kernel branch emulation fix from #1345 nbd 2007-02-12 22:18:17 +00:00
  • 18f8c8bbbe More dependencies are required to force fuse to Linux 2.6 only. malbon 2007-02-12 20:55:17 +00:00
  • 78a6abbc58 fix for multiple lock/unlock operations in 'lock' command (found by framer99) nbd 2007-02-12 16:35:23 +00:00
  • dd511b6d03 clean up uml-2.6 config, fixes buildbot pcmcia-cs error nbd 2007-02-12 16:18:20 +00:00
  • e3e1d10586 Force dependency on LINUX_2_6 to stop building fuse on 2.4 kernels. malbon 2007-02-12 09:07:22 +00:00
  • 2b0cca7c68 oops... accidentally merged a broken patch nbd 2007-02-11 20:30:48 +00:00
  • bd6d44c5f7 fix a bug that breaks some cgi scripts on busybox (patch from x-wrt) nbd 2007-02-11 20:17:04 +00:00
  • 2cd429217a revert httpd header handling code to the one from busybox 1.3.1 - fixes problems with cgis and custom headers nbd 2007-02-10 17:16:10 +00:00
  • 267cc36546 more fixes for rstrip.sh and kernel modules - fixes #1301 nbd 2007-02-09 16:24:34 +00:00
  • a907c5ff7d add NTFS-3G kaloz 2007-02-08 17:34:08 +00:00
  • 1e162b97a8 fix mac handling, thanks to Kestutis Kupciunas kaloz 2007-02-08 13:19:34 +00:00
  • e58a0e8a07 upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse kaloz 2007-02-08 12:43:47 +00:00
  • 4238a3aead update work in progress rewritten bcm947xx code. wifi and usb seem to be working, flash access still has problems nbd 2007-02-08 02:34:18 +00:00
  • b89ba4c713 port [6229] to kamikaze nbd 2007-02-08 01:25:18 +00:00
  • 7af01d4894 fix typos in ifdown (patch from #1319) nbd 2007-02-06 01:02:30 +00:00
  • d286ea505d fix overzealous kmod stripping - it killed kernel module parameters (#1301) nbd 2007-02-06 00:56:36 +00:00
  • 74ff58c57a change target description nbd 2007-02-05 21:56:03 +00:00
  • 8e21d01127 add profile for the wgt634u nbd 2007-02-05 21:55:32 +00:00
  • 8e9603e298 oops... typo nbd 2007-02-04 23:18:47 +00:00
  • 5392583e7d fix rootfs detection nbd 2007-02-04 23:18:22 +00:00
  • 63b12ffd1b update atheros 2.6 port - add support for the older chip generation nbd 2007-02-04 21:18:10 +00:00
  • 0634ad3b28 add extra netfilter xt stuff to config-template nbd 2007-02-04 21:15:46 +00:00
  • 85dc32ec9f Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. nbd 2007-02-04 19:36:11 +00:00
  • c69b535a6b upgrade to busybox 1.4.1 nbd 2007-02-04 08:41:37 +00:00
  • 5638c57607 fix madwifi compile for atheros 2.6 nbd 2007-02-04 03:28:57 +00:00
  • b5ef4d0419 get rid of the get_system_type() dependency for atheros 2.6 nbd 2007-02-04 03:27:41 +00:00
  • 39133a937d force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - why the fsck has this ever worked for anybody?? nbd 2007-02-04 02:31:00 +00:00
  • 03faf73e66 fix compat hacks for init_work nbd 2007-02-02 14:24:15 +00:00
  • ae70769b82 disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONFIGURE_PATH is now used for configure scripts nico 2007-02-01 22:32:03 +00:00
  • e9b18468c5 mark pwc as broken (at least on brcm-2.6 & x86-2.6) nico 2007-02-01 22:26:24 +00:00
  • a77c31b1e1 disable block2mtd page readahead (patch from #1058) nbd 2007-02-01 21:35:25 +00:00
  • 4b191d9789 update d80211 to latest wireless-dev version nbd 2007-02-01 21:06:24 +00:00
  • 91ea78a842 fix typo nbd 2007-02-01 19:18:47 +00:00
  • 4a780ed37c unbreak cgis with custom headers on busybox httpd nbd 2007-02-01 16:02:06 +00:00
  • 532f7ffb63 clean up the x86 image build a bit, fixing unconditional copy of grub files pavlov 2007-02-01 01:07:26 +00:00
  • 456a5100ad print package name when prereq fails mbm 2007-01-31 20:17:28 +00:00
  • 68c1a2cdc1 enable httpd sighup config reload by default nbd 2007-01-31 19:58:55 +00:00
  • 3a8525a17a move "make symlinks" to "make package/symlinks" mbm 2007-01-31 18:33:04 +00:00
  • 394ee612ea fix rb532 image build nbd 2007-01-31 17:18:50 +00:00
  • da5f3d25a7 basic pxa support; likely broken mbm 2007-01-31 00:11:27 +00:00
  • dc251a5ea6 fix colors when compiling with some newer versions of bash mbm 2007-01-30 18:30:20 +00:00
  • a5f42890e4 fix a typo nbd 2007-01-29 22:07:17 +00:00
  • ccc56e8d99 move the natsemi preselection into the x86 default package list nbd 2007-01-29 20:17:59 +00:00
  • 0844ee3f41 add broadcast setting for /etc/config/network interfaces nbd 2007-01-27 21:58:03 +00:00
  • 78edbe6175 forward port missing parts of the mtd permission change in whiterussian (and add it to linux 2.6 as well) nbd 2007-01-27 19:22:15 +00:00
  • dd69725874 fix stupid busybox bin2hex bug nbd 2007-01-27 17:38:17 +00:00
  • 32a92c2df9 really fix busybox wget command line parsing nbd 2007-01-27 15:21:53 +00:00
  • b871cf38ee Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the supplied address family. This returns ipv4 addresses marked as ipv6 ones. nbd 2007-01-27 15:13:06 +00:00
  • f412fe192a add broadcom-wl patchtable again nbd 2007-01-27 10:09:53 +00:00
  • 746bc29e29 merge another batch of code from michael buesch's wireless-dev tree, fix up extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi nbd 2007-01-26 20:30:32 +00:00
  • 0a87b5ffbf fix a small bug in config.pl that tends to mess up kernel cmdlines nbd 2007-01-26 20:26:49 +00:00
  • 1406fcdcc0 fix wget --passive-ftp nbd 2007-01-26 20:08:46 +00:00
  • 6c0e77acf3 another fix for the awk command line parsing - should finally work properly now nbd 2007-01-26 19:57:51 +00:00
  • 600f114c01 Fix gcc version selection - default version for linux 2.4 broken in r6208 - brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...) nbd 2007-01-26 11:02:59 +00:00
  • 32e01300d5 use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default kaloz 2007-01-26 10:55:06 +00:00
  • 0a0655e22f bluetooth currently depends on usb support nbd 2007-01-26 00:10:50 +00:00
  • f4f4212c8a upgrade busybox to 1.4.0 nbd 2007-01-25 19:08:01 +00:00
  • 8072d81b1c make usb init script executable nbd 2007-01-25 17:42:07 +00:00