Difference between revisions of "OpenWRT: Build Firmware Linksys E900"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 61: | Line 61: | ||
Menuconfig untuk Firmware Linksys E900 | Menuconfig untuk Firmware Linksys E900 | ||
+ | |||
+ | ===Minimal=== | ||
Target System > Broadcom BCM47xx/53xx (MIPS) | Target System > Broadcom BCM47xx/53xx (MIPS) | ||
Line 85: | Line 87: | ||
<*> wl | <*> wl | ||
<*> wlc | <*> wlc | ||
+ | LuCI > | ||
+ | 1. Collections | ||
+ | -*- luci | ||
+ | <*> luci-ssl | ||
+ | 2. Modules | ||
+ | -*- luci-mod-admin-full | ||
+ | <*> luci-mod-failsafe | ||
+ | <*> luci-mod-freifunk | ||
+ | <*> luci-mod-rpc | ||
+ | 3. Applications | ||
+ | -*- luci-app-firewall | ||
+ | 4. Themes | ||
+ | -*- luci-theme-bootstrap | ||
+ | <*> luci-theme-freifunk-bno | ||
+ | <*> luci-theme-freifunk-generic | ||
+ | <*> luci-theme-openwrt | ||
+ | 6. Protocols | ||
+ | <*> luci-proto-ipv6 | ||
+ | -*- luci-proto-ppp |
Revision as of 06:02, 11 January 2015
- tipe: E900
- Platform & Frequency [MHz] : Broadcom BCM5357C0@300
- RAM [MB] : 32
- Flash [MB] : 8
- Ant. Conn. Type : Internal
- WLAN NIC : Broadcom
- WLAN standard [802.11] : b/g/n
- Eth. port count : 4 LAN 1 WAN
- Power Input [V/A] : 12V 0.5A
Siapkan Aplikasi Pendukung
sudo su apt-get update apt-get install subversion gawk flex sharutils bison libz-dev zlib1g-dev patch \ fakeroot lzma git-core build-essential unzip libncurses5-dev curl php-xml-parser \ libexpat1 libexpat1-dev libssl-dev libdaemon*
cd /usr/local/src wget http://www.cpan.org/modules/by-module/XML/XML-Parser-2.43.tar.gz tar zxvf XML-Parser-2.43.tar.gz cd /usr/local/src/XML-Parser-2.43 perl Makefile.PL make install
Compile Menggunakan Development Trunk
Development Trunk tampaknya paling RECOMMENDED
Lakukan sebagai user biasa
svn co svn://svn.openwrt.org/openwrt/trunk/ ~/openwrt.trunk/trunk cd ~/openwrt.trunk/trunk/ ./scripts/feeds update ./scripts/feeds install meshwizard openssh-server openssh-client ./scripts/feeds install freifunk-common freifunk-gwcheck freifunk-mapupdate ./scripts/feeds install luci luci-app-meshwizard luci-app-olsr luci-app-olsr-services ./scripts/feeds install luci-app-olsr-viz luci-app-freifunk-policyrouting luci-mod-freifunk ./scripts/feeds install luci-theme-freifunk-generic olsrd olsrd-mod-txtinfo olsrd-mod-dyn-gw ./scripts/feeds install olsrd-mod-dyn-gw-plain olsrd-mod-dot-draw ./scripts/feeds install olsrd-mod-arprefresh olsrd-mod-watchdog olsrd-mod-tas olsrd-mod-httpinfo ./scripts/feeds install olsrd-mod-pgraph olsrd-mod-secure olsrd-mod-bmf ./scripts/feeds install luci-app-upnp minidlna miniupnpc miniupnpd luci-app-minidlna ./scripts/feeds install libdlna libgupnp libgupnp-dlna rtorrent ./scripts/feeds install usb-modeswitch usb-modeswitch-data usbutils multiwan ./scripts/feeds install 6in4 6rd 4th 6to4 6tunnel libdaemon aprx usb-modeswitch ./scripts/feeds install pptpd ppp-mod-pptp smstools3 picocom ./scripts/feeds install kamailio4 kamailio asterisk18 asterisk11 ./scripts/feeds update -a ./scripts/feeds install -a make clean make defconfig make menuconfig make world
Setup Menuconfig
Menuconfig untuk Firmware Linksys E900
Minimal
Target System > Broadcom BCM47xx/53xx (MIPS) Subtarget > MIPS 74K Target Profile > Broadcom SoC, BCM43xx WiFi (proprietary wl) Target Images > squashfs > ramdisk Base system > <*> base-files <*> busybox <*> dnsmasq <*> dropbear <*> firewall <*> fstools -*- jsonfilter -*- libc -*- libgcc <*> mtd -*- netifd <*> nvram Kernel modules > Proprietary BCM43xx WiFi driver > <*> kmod-brcm-wl <*> kmod-brcm-wl-mini <*> nas <*> wl <*> wlc LuCI > 1. Collections -*- luci <*> luci-ssl 2. Modules -*- luci-mod-admin-full <*> luci-mod-failsafe <*> luci-mod-freifunk <*> luci-mod-rpc 3. Applications -*- luci-app-firewall 4. Themes -*- luci-theme-bootstrap <*> luci-theme-freifunk-bno <*> luci-theme-freifunk-generic <*> luci-theme-openwrt 6. Protocols <*> luci-proto-ipv6 -*- luci-proto-ppp