move package/linux into target/linux, use wbx' new kernel code. support building...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 28 May 2005 09:17:29 +0000 (09:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 28 May 2005 09:17:29 +0000 (09:17 +0000)
commit482e28360e1f11403e1c64d7b88f9de2d83b496e
tree823ff43388135467a5c7a60589acf62d173cedc4
parent4e47c842c29e9a9662448d57b8f20c3fe655945f
move package/linux into target/linux, use wbx' new kernel code. support building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73
302 files changed:
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/fuse/Config.in
openwrt/package/fuse/Makefile
openwrt/package/fuse/ipkg/kmod-fuse.control [deleted file]
openwrt/package/linux/Config.in [deleted file]
openwrt/package/linux/Makefile [deleted file]
openwrt/package/linux/control/kmod-arptables.control [deleted file]
openwrt/package/linux/control/kmod-b44.control [deleted file]
openwrt/package/linux/control/kmod-brcm-et.control [deleted file]
openwrt/package/linux/control/kmod-brcm-wl.control [deleted file]
openwrt/package/linux/control/kmod-cifs.control [deleted file]
openwrt/package/linux/control/kmod-crypto.control [deleted file]
openwrt/package/linux/control/kmod-diag.control [deleted file]
openwrt/package/linux/control/kmod-ebtables.control [deleted file]
openwrt/package/linux/control/kmod-ext2.control [deleted file]
openwrt/package/linux/control/kmod-ext3.control [deleted file]
openwrt/package/linux/control/kmod-gre.control [deleted file]
openwrt/package/linux/control/kmod-hfsplus.control [deleted file]
openwrt/package/linux/control/kmod-ide.control [deleted file]
openwrt/package/linux/control/kmod-ip6tables.control [deleted file]
openwrt/package/linux/control/kmod-iptables-extra.control [deleted file]
openwrt/package/linux/control/kmod-iptables.control [deleted file]
openwrt/package/linux/control/kmod-ipv6.control [deleted file]
openwrt/package/linux/control/kmod-loop.control [deleted file]
openwrt/package/linux/control/kmod-lp.control [deleted file]
openwrt/package/linux/control/kmod-mppe.control [deleted file]
openwrt/package/linux/control/kmod-nbd.control [deleted file]
openwrt/package/linux/control/kmod-nfs.control [deleted file]
openwrt/package/linux/control/kmod-ppp.control [deleted file]
openwrt/package/linux/control/kmod-pppoe.control [deleted file]
openwrt/package/linux/control/kmod-sched.control [deleted file]
openwrt/package/linux/control/kmod-tun.control [deleted file]
openwrt/package/linux/control/kmod-usb-core.control [deleted file]
openwrt/package/linux/control/kmod-usb-ohci.control [deleted file]
openwrt/package/linux/control/kmod-usb-printer.control [deleted file]
openwrt/package/linux/control/kmod-usb-storage.control [deleted file]
openwrt/package/linux/control/kmod-usb-uhci.control [deleted file]
openwrt/package/linux/control/kmod-usb2.control [deleted file]
openwrt/package/linux/control/kmod-vfat.control [deleted file]
openwrt/package/linux/control/kmod-xfs.control [deleted file]
openwrt/package/linux/kernel-patches/000-linux-mips-2_4_30.patch [deleted file]
openwrt/package/linux/kernel-patches/001-Makefile [deleted file]
openwrt/package/linux/kernel-patches/002-Rules_make [deleted file]
openwrt/package/linux/kernel-patches/003-arch_mips_Makefile [deleted file]
openwrt/package/linux/kernel-patches/005-arch_mips_config-shared_in [deleted file]
openwrt/package/linux/kernel-patches/007-arch_mips_kernel_cpu-probe_c [deleted file]
openwrt/package/linux/kernel-patches/009-arch_mips_kernel_head_S [deleted file]
openwrt/package/linux/kernel-patches/010-arch_mips_kernel_proc_c [deleted file]
openwrt/package/linux/kernel-patches/011-arch_mips_kernel_setup_c [deleted file]
openwrt/package/linux/kernel-patches/012-arch_mips_kernel_traps_c [deleted file]
openwrt/package/linux/kernel-patches/017-arch_mips_pci_Makefile [deleted file]
openwrt/package/linux/kernel-patches/018_drivers_char_mem_c [deleted file]
openwrt/package/linux/kernel-patches/019-drivers_char_serial_c [deleted file]
openwrt/package/linux/kernel-patches/020-drivers_mtd-jumbo [deleted file]
openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd [deleted file]
openwrt/package/linux/kernel-patches/022-drivers_net_Makefile [deleted file]
openwrt/package/linux/kernel-patches/023-drivers_parport_Makefile [deleted file]
openwrt/package/linux/kernel-patches/024-drivers_parport_Config_in [deleted file]
openwrt/package/linux/kernel-patches/028-drivers_pcmcia_Makefile [deleted file]
openwrt/package/linux/kernel-patches/029-arch_mips_mm_c-r4k_c [deleted file]
openwrt/package/linux/kernel-patches/031-include_asm-mips_bootinfo_h [deleted file]
openwrt/package/linux/kernel-patches/033-include_asm-mips_cpu_h [deleted file]
openwrt/package/linux/kernel-patches/036-include_asm-mips_serial_h [deleted file]
openwrt/package/linux/kernel-patches/037-init_do_mounts_c [deleted file]
openwrt/package/linux/kernel-patches/100-gcc3-mtune [deleted file]
openwrt/package/linux/kernel-patches/200-include_linux_netdevice_h.patch [deleted file]
openwrt/package/linux/kernel-patches/201-include_linux_skbuff_h.patch [deleted file]
openwrt/package/linux/kernel-patches/202-net_core_Makefile.patch [deleted file]
openwrt/package/linux/kernel-patches/203-net_core_dev_c.patch [deleted file]
openwrt/package/linux/kernel-patches/204-net_sched_sched_api_c.patch [deleted file]
openwrt/package/linux/kernel-patches/205-net_sched_sched_generic_c.patch [deleted file]
openwrt/package/linux/kernel-patches/206-include_net_pkt_sched_h.patch [deleted file]
openwrt/package/linux/kernel-patches/207-hfsplus-fix [deleted file]
openwrt/package/linux/kernel-patches/208-gcc-3.4-fix [deleted file]
openwrt/package/linux/kernel-patches/300-squashfs2.1 [deleted file]
openwrt/package/linux/kernel-patches/301-jffs-compression [deleted file]
openwrt/package/linux/kernel-patches/302-ebtables [deleted file]
openwrt/package/linux/kernel-patches/303-mppe-mppc [deleted file]
openwrt/package/linux/kernel-patches/304-netfilter-ipp2p-0.7.4 [deleted file]
openwrt/package/linux/kernel-patches/305-cifs-1.20c [deleted file]
openwrt/package/linux/kernel-patches/306-netfilter-layer7-0.9.1 [deleted file]
openwrt/package/linux/kernel-patches/307-gcc-3.4-fix.patch [deleted file]
openwrt/package/linux/kernel-patches/308-netfilter-nat-pptp [deleted file]
openwrt/package/linux/kernel-patches/309-drivers_net_b44_c.patch [deleted file]
openwrt/package/linux/kernel-patches/310-netfilter-maxconn [deleted file]
openwrt/package/linux/kernel-patches/311-ipsec-nat-traversal [deleted file]
openwrt/package/linux/kernel-patches/312-netfilter-TTL [deleted file]
openwrt/package/linux/kernel-patches/313-gcc-4.0-fixes [deleted file]
openwrt/package/linux/kernel-patches/314-drivers_net_b44_h.patch [deleted file]
openwrt/package/linux/kernel-patches/315-include_linux_pci_ids_h.patch [deleted file]
openwrt/package/linux/kernel-patches/316-b44_mii_phy.patch [deleted file]
openwrt/package/linux/kernel-patches/400-i4l-cvs-2-4-29 [deleted file]
openwrt/package/linux/kernel-patches/401-hfc-usb-backport-i4l-cvs [deleted file]
openwrt/package/linux/kernel-patches/402-pl2303-backport-2-4-29 [deleted file]
openwrt/package/linux/kernel-patches/403-netdev_random_core.patch [deleted file]
openwrt/package/linux/kernel-patches/404-netdev_random_et.patch [deleted file]
openwrt/package/linux/kernel-patches/600-linux-squashfs-lzma [deleted file]
openwrt/package/linux/kernel-patches/600-optional-aout-support [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/Makefile [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/Makefile [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/gpio.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/nvram.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/nvram_linux.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/pcibios.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/perfcntr.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/prom.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbmips.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/setup.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sflash.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/time.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/generic/Makefile [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/generic/gdb_hook.c [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/generic/int-handler.S [deleted file]
openwrt/package/linux/kernel-source/arch/mips/brcm-boards/generic/irq.c [deleted file]
openwrt/package/linux/kernel-source/drivers/mtd/chips/cfi_cmdset_0701.c [deleted file]
openwrt/package/linux/kernel-source/drivers/mtd/maps/bcm947xx-flash.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/diag/Makefile [deleted file]
openwrt/package/linux/kernel-source/drivers/net/diag/diag_led.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/et/Makefile [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/Config.in [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/Makefile [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/bcmsrom.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/bcmutils.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/hnddma.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/linux_osl.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/sbutils.c [deleted file]
openwrt/package/linux/kernel-source/drivers/net/hnd/shared_ksyms.sh [deleted file]
openwrt/package/linux/kernel-source/drivers/net/wl/Makefile [deleted file]
openwrt/package/linux/kernel-source/drivers/parport/parport_splink.c [deleted file]
openwrt/package/linux/kernel-source/drivers/pcmcia/bcm4710_generic.c [deleted file]
openwrt/package/linux/kernel-source/drivers/pcmcia/bcm4710_pcmcia.c [deleted file]
openwrt/package/linux/kernel-source/drivers/pcmcia/bcm4710pcmcia.h [deleted file]
openwrt/package/linux/kernel-source/include/bcm4710.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmdevs.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmendian.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmenet47xx.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmenetmib.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmenetrxh.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmnvram.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmsrom.h [deleted file]
openwrt/package/linux/kernel-source/include/bcmutils.h [deleted file]
openwrt/package/linux/kernel-source/include/epivers.h [deleted file]
openwrt/package/linux/kernel-source/include/etsockio.h [deleted file]
openwrt/package/linux/kernel-source/include/hnddma.h [deleted file]
openwrt/package/linux/kernel-source/include/hndmips.h [deleted file]
openwrt/package/linux/kernel-source/include/linux_osl.h [deleted file]
openwrt/package/linux/kernel-source/include/linuxver.h [deleted file]
openwrt/package/linux/kernel-source/include/osl.h [deleted file]
openwrt/package/linux/kernel-source/include/pcicfg.h [deleted file]
openwrt/package/linux/kernel-source/include/proto/802.11.h [deleted file]
openwrt/package/linux/kernel-source/include/proto/ethernet.h [deleted file]
openwrt/package/linux/kernel-source/include/sbchipc.h [deleted file]
openwrt/package/linux/kernel-source/include/sbconfig.h [deleted file]
openwrt/package/linux/kernel-source/include/sbextif.h [deleted file]
openwrt/package/linux/kernel-source/include/sbmemc.h [deleted file]
openwrt/package/linux/kernel-source/include/sbmips.h [deleted file]
openwrt/package/linux/kernel-source/include/sbpci.h [deleted file]
openwrt/package/linux/kernel-source/include/sbpcmcia.h [deleted file]
openwrt/package/linux/kernel-source/include/sbsdram.h [deleted file]
openwrt/package/linux/kernel-source/include/sbutils.h [deleted file]
openwrt/package/linux/kernel-source/include/sflash.h [deleted file]
openwrt/package/linux/kernel-source/include/trxhdr.h [deleted file]
openwrt/package/linux/kernel-source/include/typedefs.h [deleted file]
openwrt/package/linux/linux-2.4/README [deleted file]
openwrt/package/linux/linux-2.4/linux.config [deleted file]
openwrt/package/linux/linux-2.4/linux.mk [deleted file]
openwrt/package/linux/linux-2.4/patches/000-linux-mips.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/001-bcm47xx.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/002-wl-fix.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/003-squashfs.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/004-squashfs-lzma.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/005-jffs2-compression.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/100-ebtables.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/101-netfilter-ipp2p.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/102-netfilter-layer7.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/103-netfilter-nat-pptp.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/104-netfilter-maxconn.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/105-netfilter-TTL.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/106-mppe-mppc.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/107-cifs.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/108-optional-aout-support.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/109-ipsec-nat-traversal.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/110-netdev_random_core.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/200-i4l.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/201-hfc-usb-backport.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/202-pl2303-backport.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/203-hfsplus-fix.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/204-net-b44.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/205-gcc-3.4-ldscript.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/206-gcc-3.4-fixes.patch [deleted file]
openwrt/package/linux/linux-2.4/patches/207-gcc-4.0-fixes.patch [deleted file]
openwrt/package/linux/linux.config [deleted file]
openwrt/package/linux/linux.mk [deleted file]
openwrt/package/openswan/Config.in
openwrt/package/openswan/Makefile
openwrt/package/openswan/ipkg/openswan.control [new file with mode: 0644]
openwrt/package/openswan/openswan.control [deleted file]
openwrt/package/openwrt/Makefile
openwrt/package/openwrt/kmod-wlcompat.control [deleted file]
openwrt/package/openwrt/wlcompat.c [deleted file]
openwrt/package/sdk/Makefile
openwrt/package/shfs/Config.in
openwrt/package/shfs/Makefile
openwrt/package/shfs/ipkg/kmod-shfs.control [deleted file]
openwrt/rules.mk
openwrt/scripts/ipkg
openwrt/target/Config.in
openwrt/target/Makefile
openwrt/target/image.mk [new file with mode: 0644]
openwrt/target/jffs2/Makefile
openwrt/target/jffs2/jffs2root.mk [deleted file]
openwrt/target/linux/Config.in [new file with mode: 0644]
openwrt/target/linux/Makefile [new file with mode: 0644]
openwrt/target/linux/control/kmod-arptables.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-b44.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-brcm-et.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-brcm-wl.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-cifs.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-crypto.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-diag.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ebtables.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ext2.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ext3.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-gre.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-hfsplus.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ide.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ip6tables.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-iptables-extra.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-iptables.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ipv6.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-loop.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-lp.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-mppe.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-nbd.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-nfs.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-ppp.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-pppoe.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-sched.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-tun.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-usb-core.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-usb-ohci.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-usb-printer.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-usb-storage.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-usb-uhci.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-usb2.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-vfat.control [new file with mode: 0644]
openwrt/target/linux/control/kmod-xfs.control [new file with mode: 0644]
openwrt/target/linux/linux-2.4/Makefile [new file with mode: 0644]
openwrt/target/linux/linux-2.4/README [new file with mode: 0644]
openwrt/target/linux/linux-2.4/broadcom.mk [new file with mode: 0644]
openwrt/target/linux/linux-2.4/config/brcm [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/000-linux_mips.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/001-bcm47xx.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/002-wl_fix.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/003-squashfs.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/004-squashfs_lzma.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/005-jffs2_compression.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/100-ebtables.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/101-netfilter_ipp2p.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/102-netfilter_layer7.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/103-netfilter_nat_pptp.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/104-netfilter_maxconn.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/105-netfilter_TTL.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/106-mppe_mppc.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/107-cifs.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/108-optional_aout_support.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/109-ipsec_nat_traversal.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/110-netdev_random_core.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/200-i4l.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/201-hfc_usb_backport.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/202-pl2303_backport.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/203-hfsplus_fix.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/204-net_b44.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/205-gcc_3.4_ldscript.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/206-gcc_3.4_fixes.patch [new file with mode: 0644]
openwrt/target/linux/linux-2.4/patches/207-gcc_4.0_fixes.patch [new file with mode: 0644]
openwrt/target/linux/package/Config.in [new file with mode: 0644]
openwrt/target/linux/package/Makefile [new file with mode: 0644]
openwrt/target/linux/package/fuse/Config.in [new file with mode: 0644]
openwrt/target/linux/package/fuse/Makefile [new file with mode: 0644]
openwrt/target/linux/package/fuse/ipkg/kmod-fuse.control [new file with mode: 0644]
openwrt/target/linux/package/fuse/patches/101-kmod_build.patch [new file with mode: 0644]
openwrt/target/linux/package/fuse/patches/102-cflags_configure.patch [new file with mode: 0644]
openwrt/target/linux/package/openswan/Config.in [new file with mode: 0644]
openwrt/target/linux/package/openswan/Makefile [new file with mode: 0644]
openwrt/target/linux/package/openswan/ipkg/kmod-openswan.control [new file with mode: 0644]
openwrt/target/linux/package/shfs/Config.in [new file with mode: 0644]
openwrt/target/linux/package/shfs/Makefile [new file with mode: 0644]
openwrt/target/linux/package/shfs/ipkg/kmod-shfs.control [new file with mode: 0644]
openwrt/target/linux/package/shfs/patches/101-kmod_build.patch [new file with mode: 0644]
openwrt/target/linux/package/wlcompat/Config.in [new file with mode: 0644]
openwrt/target/linux/package/wlcompat/Makefile [new file with mode: 0644]
openwrt/target/linux/package/wlcompat/ipkg/kmod-wlcompat.control [new file with mode: 0644]
openwrt/target/linux/package/wlcompat/wlcompat.c [new file with mode: 0644]
openwrt/target/linux/rules.mk [new file with mode: 0644]
openwrt/target/squashfs-lzma/Makefile
openwrt/target/squashfs-lzma/patches/100-lzma.patch [new file with mode: 0644]
openwrt/target/squashfs-lzma/squashfs2.0-tools-lzma.patch [deleted file]
openwrt/target/squashfs-lzma/squashfslzmaroot.mk [deleted file]