From 3ce9e21bda2527fe833d88f277f4e178500eee13 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 11 Jan 2007 17:28:45 +0000 Subject: [PATCH] Rename patches to match conventions, second round; *ouch* git-svn-id: https://svn.openwrt.org/openwrt@6081 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 1 + patches/{quagga-cross.patch => 01-quagga_cross.patch} | 0 patches/{quagga-readline.patch => 01-quagga_readline.patch} | 0 3 files changed, 1 insertion(+) rename patches/{quagga-cross.patch => 01-quagga_cross.patch} (100%) rename patches/{quagga-readline.patch => 01-quagga_readline.patch} (100%) diff --git a/Makefile b/Makefile index c23f59c..21cb357 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ + --localstatedir=/var/run/quagga \ --sysconfdir=/etc/quagga/ \ --enable-shared \ --disable-static \ diff --git a/patches/quagga-cross.patch b/patches/01-quagga_cross.patch similarity index 100% rename from patches/quagga-cross.patch rename to patches/01-quagga_cross.patch diff --git a/patches/quagga-readline.patch b/patches/01-quagga_readline.patch similarity index 100% rename from patches/quagga-readline.patch rename to patches/01-quagga_readline.patch