diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-10-07 19:59:31 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-10-07 19:59:31 +0000 |
| commit | 4b3bd18bacc09aa5962ca3b5f2ed94416b1a26a9 (patch) | |
| tree | 547ed00225944f1314a1ecd0a860b1db7ae2918a | |
| parent | b0f18b1ca35b092faa2482a8abb6b810c2c684db (diff) | |
| download | upstream-4b3bd18bacc09aa5962ca3b5f2ed94416b1a26a9.tar.gz upstream-4b3bd18bacc09aa5962ca3b5f2ed94416b1a26a9.tar.bz2 upstream-4b3bd18bacc09aa5962ca3b5f2ed94416b1a26a9.zip | |
fix rp-pppoe build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2070 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index b5e72363f5f..b6c3bcf9e30 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -147,7 +147,7 @@ package-$(BR2_PACKAGE_RADVD) += radvd package-$(BR2_PACKAGE_RARPD) += rarpd package-$(BR2_PACKAGE_READLINE) += readline package-$(BR2_PACKAGE_ROBOCFG) += robocfg -package-$(BR2_PACKAGE_RP_PPPOE) += rp-pppoe +package-$(BR2_COMPILE_RP_PPPOE) += rp-pppoe package-$(BR2_PACKAGE_RRDCOLLECT) += rrdcollect package-$(BR2_COMPILE_RRDTOOL) += rrdtool package-$(BR2_COMPILE_RRDTOOL1) += rrdtool1 |
