diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2005-10-22 18:38:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-22 18:38:07 +0000 |
commit | 2ffff69b26733ceef7ca3b2c1722417263e65ded (patch) | |
tree | 94ed7fee9ea50051d847825ca1c52e1135230b20 | |
parent | d95c7f43ae81c4fbc1304f1dd1a5f2e27b2530a5 (diff) |
bumped PRCONFIG since I modified defconfig
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc5.bb | 2 | ||||
-rw-r--r-- | packages/linux/openslug-kernel_2.6.14-rc5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc5.bb b/packages/linux/nslu2-kernel_2.6.14-rc5.bb index d6979446c0..6bb04a1010 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc5.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc5.bb @@ -3,7 +3,7 @@ # Increment PR_CONFIG for changes to the nslu2-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "0" +PR_CONFIG = "1" # # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches diff --git a/packages/linux/openslug-kernel_2.6.14-rc5.bb b/packages/linux/openslug-kernel_2.6.14-rc5.bb index b30d767916..36010dd40e 100644 --- a/packages/linux/openslug-kernel_2.6.14-rc5.bb +++ b/packages/linux/openslug-kernel_2.6.14-rc5.bb @@ -5,4 +5,4 @@ include nslu2-kernel_${PV}.bb # Increment the following if the openslug-kernel defconfig is # changed. -PR_CONFIG = "0" +PR_CONFIG = "1" |