summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2009-12-29add atm network scriptWaldemar Brodkorb
order network scripts. Add atm example. enable reboot option for mtd.
2009-12-28use tar archive as default package backendWaldemar Brodkorb
it saves more than 200 kb on minimal setup for AG241 target. Normally reflashing or complete updates are recommended. Partial updates via ipkg are not supported right now. (we have a read-only root filesystem without any writable partition for any data outside /etc) If someone likes ipkg, it still can be selected and used.
2009-12-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-27readd firmware choiceWaldemar Brodkorb
2009-12-24Merge commit 'origin/confgen'Waldemar Brodkorb
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
2009-12-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-21add a more realistic bulk targetWaldemar Brodkorb
thx to mirabilos
2009-12-20fix all TARGET/HOST dependenciesWaldemar Brodkorb
expand TARGET logic for ! values
2009-12-20PKG_{HOST,TARGET}_DEP* handling as wbx@ requestedThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-20Merge branch 'master' of git://openadk.org/git/openadkU-windows7\wbx
2009-12-20fix patchU-windows7\wbx
2009-12-20enable sangam-atm by default for ag241 targetWaldemar Brodkorb
2009-12-19rename kernel and images files to be conformWaldemar Brodkorb
- use ADK_TARGET and FS for kernel files - use ADK_TARGET, ADK_LIBC and FS for image files ARCH is implicit in ADK_TARGET encoded.
2009-12-19Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-12-19update all targets to 2.6.32Waldemar Brodkorb
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-12-19add a target specific todoWaldemar Brodkorb
2009-12-18make pppoe over atm usable on ag241Waldemar Brodkorb
- bridging nas0 and eth0 although works fine need to add pre-up scripts to automate..
2009-12-18enable pppoa and fix dsl driverWaldemar Brodkorb
- fix dsl driver crash, sync is now successful - add ppp ppp over atm
2009-12-17check image sizeWaldemar Brodkorb
2009-12-17add sangam-atm packageWaldemar Brodkorb
- driver package for ag241 dsl modem, it loads, but we will see if it works..
2009-12-17enable cfgfs and atmWaldemar Brodkorb
- make cfgfs work for ag241 - split mtd to separate package to control dependencies - update linux-atm package to latest upstream - enable atm kernel module building
2009-12-16fix cpmac mac address bug, fix serial and mtd partitionsWaldemar Brodkorb
finally ag241 boots via nfs
2009-12-16add basic support for ag241 ar7 based dsl routerWaldemar Brodkorb
- my wag54g died. disable wag54g for now. - add 2.6.32 support for ag241. - cpmac still broken
2009-12-12disable ADK_NATIVE on FreeBSD hostWaldemar Brodkorb
2009-12-11update to 2.6.32Waldemar Brodkorb
2009-12-11try to autodetect host system and make it usable in menusystemWaldemar Brodkorb
2009-12-11add default network configuration for alix1cWaldemar Brodkorb
2009-12-10enable sound and xorg for qemuWaldemar Brodkorb
2009-12-08enable networking for qemu x86/x86_64Waldemar Brodkorb
- enable driver - show help how to start qemu with ssh port redirected from host to guest
2009-12-06rework qemu for x86/x86_64Waldemar Brodkorb
- do not use grub bootloader - enable kernel+initramfs targets - use sata drivers by default
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-11-29add bridging firewall stuffWaldemar Brodkorb
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready
2009-11-29add etables, finetune squid package, more busybox finetuningWaldemar Brodkorb
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-11-25add new taget alix2dWaldemar Brodkorb
- tested via nfs boot - fix dansguardian zlib dependency
2009-11-22fix compact flash support for wrapWaldemar Brodkorb
2009-11-22add pcengines wrap supportWaldemar Brodkorb
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE
2009-11-22more bulk build fixesWaldemar Brodkorb
- update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2)
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-11-17fix unresolved symbols in usbcoreWaldemar Brodkorb
- should fix following problem by loading usb usbcore: Unknown symbol utf16s_to_utf8s
2009-11-15update asterisk, fix aufs2 compileWaldemar Brodkorb
2009-11-15fix native build on x86Waldemar Brodkorb
2009-11-11make target foxboard compileWaldemar Brodkorb
2009-11-08update to latest stable kernel, fix grub2 terminal outputWaldemar Brodkorb
- grub2 documentation is really outdated. you have to read the source to get serial working.
2009-11-05fix some bluetooth packaging bugsWaldemar Brodkorb