added new patch script
[librewrt/.git] / branding / absolute-alpha / root.patch
1 Index: README
2 ===================================================================
3 --- README      (revision 22460)
4 +++ README      (working copy)
5 @@ -1,4 +1,4 @@
6 -This is the buildsystem for the OpenWrt Linux distribution
7 +This is the buildsystem for the LibreWRT GNU+Linux distribution
8  
9  Please use "make menuconfig" to configure your appreciated
10  configuration for the toolchain and firmware.
11 @@ -13,14 +13,14 @@
12  You can use scripts/flashing/flash.sh for remotely updating your embedded
13  system via tftp.
14  
15 -The OpenWrt system is documented in docs/. You will need a LaTeX distribution
16 +The LibreWRT system is documented in docs/. You will need a LaTeX distribution
17  and the tex4ht package to build the documentation. Type make -C docs/ to build it.
18  
19 -Building your own firmware you need to have access to a Linux, BSD or MacOSX system.
20 +Building your own firmware you need to have access to a GNU+Linux, BSD or MacOSX system.
21  Cygwin will not be supported because of the lack of case sensitiveness.
22  
23  Sunshine!
24 -       Your OpenWrt Project
25 -       http://openwrt.org
26 +       Your LibreWRT Project
27 +       http://librewrt.org
28  
29  
30 Index: feeds.conf.default
31 ===================================================================
32 --- feeds.conf.default  (revision 22460)
33 +++ feeds.conf.default  (working copy)
34 @@ -1,8 +1 @@
35 -src-svn packages svn://svn.openwrt.org/openwrt/packages
36 -src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
37 -src-svn luci http://svn.luci.subsignal.org/luci/branches/luci-0.9/contrib/package
38 -#src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
39 -#src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl
40 -#src-svn desktop svn://svn.openwrt.org/openwrt/feeds/desktop
41 -#src-svn xfce svn://svn.openwrt.org/openwrt/feeds/xfce
42 -#src-link custom /usr/src/openwrt/custom-feed
43 +src-svn packages http://svn.librewrt.org/librewrt/packages
44 Index: Makefile
45 ===================================================================
46 --- Makefile    (revision 22460)
47 +++ Makefile    (working copy)
48 @@ -1,4 +1,4 @@
49 -# Makefile for OpenWrt
50 +# Makefile for LibreWRT
51  #
52  # Copyright (C) 2007 OpenWrt.org
53  #