[acme-dev] SF.net SVN: acme-dev:[13] distro/openwrt/README

  • From: claudyus@xxxxxxxxxxxxxxxxxxxxx
  • To: acme-dev@xxxxxxxxxxxxx
  • Date: Thu, 11 Feb 2010 13:42:04 +0000

Revision: 13
          http://acme-dev.svn.sourceforge.net/acme-dev/?rev=13&view=rev
Author:   claudyus
Date:     2010-02-11 13:42:04 +0000 (Thu, 11 Feb 2010)

Log Message:
-----------
Add README

Added Paths:
-----------
    distro/openwrt/README

Added: distro/openwrt/README
===================================================================
--- distro/openwrt/README                               (rev 0)
+++ distro/openwrt/README       2010-02-11 13:42:04 UTC (rev 13)
@@ -0,0 +1,35 @@
+OpenWrt port IS NOT intended to be used by newbie.
+
+Short explanation
+
+HOW TO INSTALL
+       svn co <openwrt>
+       svn co <acme-dev>/distro/openwrt/
+       cd <openwrt_root>/target/linux
+       ln -s netus <acme-dev_root>/target/netus
+       cd <openwrt_root>
+       cp feed.conf.default feed.conf
+       echo "src-link acme-dev <acme-dev_root>/packages
+
+HOW TO USE
+       cd <openwrt_root>/
+       ./script/feeds update
+       ./script/feeds install <name package>
+       make menuconfig (optional)
+       make kernel_menuconfig (optional)
+       make [V=99]
+       cd bin/netus
+
+HOW TO UPDATE
+       cd <openwrt_root>/
+       svn up
+       ./script/feeds update -a
+       cd <acme-dev_root>
+       svn up
+
+THAT ALL!
+
+Acme Systems doesn't provide guarantees of any kind on software.
+The OpenWrt port was done by Claudio Mignanti for free as freedom and isn't 
support by Acme Systems or OpenWrt community.
+
+2010 - Claudio Mignanti


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Other related posts:

  • » [acme-dev] SF.net SVN: acme-dev:[13] distro/openwrt/README - claudyus