From c5e768229f85bd0802c276004573bec81b617b7b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 18 Aug 2005 12:50:14 +0000 Subject: [PATCH] add missing target/linux/rules.mk include SVN-Revision: 1696 --- openwrt/target/linux/package/mini_fo/Makefile | 1 + openwrt/target/linux/package/shfs/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/openwrt/target/linux/package/mini_fo/Makefile b/openwrt/target/linux/package/mini_fo/Makefile index 3a00149608..45c1b41305 100644 --- a/openwrt/target/linux/package/mini_fo/Makefile +++ b/openwrt/target/linux/package/mini_fo/Makefile @@ -1,6 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include ../../rules.mk PKG_NAME := mini_fo PKG_VERSION := 0.6.1-pre1 diff --git a/openwrt/target/linux/package/shfs/Makefile b/openwrt/target/linux/package/shfs/Makefile index af1d1f9842..fb345b2c5c 100644 --- a/openwrt/target/linux/package/shfs/Makefile +++ b/openwrt/target/linux/package/shfs/Makefile @@ -1,6 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include ../../rules.mk PKG_NAME := shfs PKG_VERSION := 0.35 -- 2.30.2