From 6d25a65e7436ac5710cb4a35695a7d8c59c18018 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 15 Aug 2009 14:06:54 +0000 Subject: [PATCH] move babel from ipv6 to net - it supports ipv4 as well git-svn-id: svn://svn.openwrt.org/openwrt/packages@17270 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- {ipv6 => net}/babel/Makefile | 4 ++-- {ipv6 => net}/babel/files/babel.conf | 0 {ipv6 => net}/babel/files/babel.config | 0 {ipv6 => net}/babel/files/babel.init | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {ipv6 => net}/babel/Makefile (97%) rename {ipv6 => net}/babel/files/babel.conf (100%) rename {ipv6 => net}/babel/files/babel.config (100%) rename {ipv6 => net}/babel/files/babel.init (100%) diff --git a/ipv6/babel/Makefile b/net/babel/Makefile similarity index 97% rename from ipv6/babel/Makefile rename to net/babel/Makefile index 9bfa44286..51db689a4 100644 --- a/ipv6/babel/Makefile +++ b/net/babel/Makefile @@ -18,8 +18,8 @@ PKG_MD5SUM:=942094c35acf850235d60831bb0dca38 include $(INCLUDE_DIR)/package.mk define Package/babel - SECTION:=ipv6 - CATEGORY:=IPv6 + SECTION:=net + CATEGORY:=Network TITLE:=A loop-free distance-vector routing protocol URL:=http://www.pps.jussieu.fr/~jch/software/babel/ DEPENDS:=+kmod-ipv6 diff --git a/ipv6/babel/files/babel.conf b/net/babel/files/babel.conf similarity index 100% rename from ipv6/babel/files/babel.conf rename to net/babel/files/babel.conf diff --git a/ipv6/babel/files/babel.config b/net/babel/files/babel.config similarity index 100% rename from ipv6/babel/files/babel.config rename to net/babel/files/babel.config diff --git a/ipv6/babel/files/babel.init b/net/babel/files/babel.init similarity index 100% rename from ipv6/babel/files/babel.init rename to net/babel/files/babel.init