Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
sudo apt-get install subversion build-essential
# Projektordner erstellenmkdir ~/openwrt-dvbcd ~/openwrt# OpenWrt Quellen holensvn co svn://svn.openwrt.org/openwrt/trunkcd trunk
./scripts/feeds update packages oldpackages luci
./scripts/feeds install luci tvheadend
make menuconfig
Base system <*> block-mount........................... Block device mounting and checkingKernel modules ---> Filesystems ---> <*> kmod-fs-ext4..................................... EXT4 filesystem support USB Support ---> <*> kmod-usb-storage..................................... USB Storage supportLuCI ---> 1. Collections ---> <*> luciMultimedia <*> tvheadend................... Tvheadend is a TV streaming server for Linux Configuration ---> [*] Linux DVB support [*] Fetch DVB-scan data (NEW)Network ---> <*> samba36-server................................. Samba 3.6 SMB/CIFS serverUtilities ---> disc ---> <*> fdisk.................................... manipulate disk partition table
make kernel_menuconfig
Device Drivers ---> Input device support ---> <*> Generic input layer (needed for keyboard, mouse, ...) [*] USB support ---> <*> Support for Host-side USB <*> Multimedia support ---> [*] Digital TV support [*] Remote Controller support [*] Media USB Adapters ---> <*> Support for various USB DVB devices <M> DiBcom DiB0700 USB DVB devices <*> Support for various USB DVB devices v2 <M> Realtek RTL28xxU DVB USB support
time make -j5 V=s
tr@ubu1404-x64:~/openwrt/chaos_calmer_trunk$ ls -lah bin/ar71xx/total 146Mdrwxr-xr-x 3 tr tr 4,0K Sep 11 21:08 .drwxr-xr-x 3 tr tr 4,0K Aug 19 18:19 ..-rw-r--r-- 1 tr tr 2,1K Sep 11 21:08 md5sums-rw-r--r-- 1 tr tr 7,8M Sep 10 20:38 openwrt-ar71xx-generic-mw4530r-v1-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,3M Sep 10 20:38 openwrt-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 6,4M Sep 11 21:08 openwrt-ar71xx-generic-root.squashfs-rw-r--r-- 1 tr tr 6,3M Sep 11 21:08 openwrt-ar71xx-generic-root.squashfs-64k-rw-r--r-- 1 tr tr 7,8M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,3M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 7,8M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,3M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 7,8M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,3M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 7,8M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,3M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 7,8M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,3M Sep 10 20:38 openwrt-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 7,8M Sep 11 21:08 openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,4M Sep 11 21:08 openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 7,8M Sep 11 21:08 openwrt-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin-rw-r--r-- 1 tr tr 7,4M Sep 11 21:08 openwrt-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin-rw-r--r-- 1 tr tr 1,6M Sep 11 21:08 openwrt-ar71xx-generic-uImage-gzip.bin-rw-r--r-- 1 tr tr 1,1M Sep 11 21:08 openwrt-ar71xx-generic-uImage-lzma.bin-rwxr-xr-x 1 tr tr 3,3M Sep 11 21:08 openwrt-ar71xx-generic-vmlinux.bin-rwxr-xr-x 1 tr tr 3,3M Sep 11 21:08 openwrt-ar71xx-generic-vmlinux.elf-rw-r--r-- 1 tr tr 1,6M Sep 11 21:08 openwrt-ar71xx-generic-vmlinux.gz-rw-r--r-- 1 tr tr 1,2M Sep 11 21:08 openwrt-ar71xx-generic-vmlinux.lzma-rwxr-xr-x 1 tr tr 1,2M Sep 11 21:08 openwrt-ar71xx-generic-vmlinux-lzma.elfdrwxr-xr-x 6 tr tr 4,0K Sep 11 21:02 packages
rm -fr ~/openwrt*mkdir ~/openwrt-dvbcd ~/openwrt-dvbsvn co svn://svn.openwrt.org/openwrt/trunkcd trunknano feeds.default.conf./scripts/feeds update packages oldpackages luci./scripts/feeds/install luci tvheadendmake menuconfig